Click or drag to resize

CnvStringFromHex Method

Convert a hexadecimal-encoded string into a text string.

Namespace: CryptoSysPKI
Assembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.30549 (23.1.0.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, usually code page 1252 (similar to Latin-1). This assumes the user knows the resulting characters are all printable.
See Also