Converts a string of ANSI characters to equivalent hexadecimal string format
Namespace: CryptoSysAPIAssembly: diCrSysAPINet (in diCrSysAPINet.dll) Version: 6.22.2.24248 (6.22.2.0)
Syntaxpublic static string ToHex(
string s
)
Public Shared Function ToHex (
s As String
) As String
Parameters
- s String
- String of data to be encoded
Return Value
StringHex-encoded data
RemarksUses the 'Default' encoding for the system's current ANSI code page
See Also