Convert a hexadecimal-encoded string into a text string.
Namespace: CryptoSysPKIAssembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.30549 (23.1.0.0)
Syntaxpublic static string StringFromHex(
string s
)
Public Shared Function StringFromHex (
s As String
) As String
Parameters
- s String
- Hex-encoded data
Return Value
StringString value
RemarksUses 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