Click or drag to resize

CnvToHex(String) Method

Converts a string of ANSI characters to equivalent hexadecimal string format

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

Parameters

s  String
String of data to be encoded

Return Value

String
Hex-encoded data
Remarks
Uses the 'Default' encoding for the system's current ANSI code page
See Also