Click or drag to resize

CnvStringFromHex Method

Converts a hexadecimal-encoded string into a text string

Namespace: CryptoSysAPI
Assembly: diCrSysAPINet (in diCrSysAPINet.dll) Version: 6.22.2.24248 (6.22.2.0)
Syntax
public static string StringFromHex(
	string s
)

Parameters

s  String
Hex-encoded data

Return Value

String
String value
Remarks
Uses the 'Default' encoding for the system's current ANSI code page
See Also