Converts a hexadecimal-encoded string into a text string
Namespace: CryptoSysAPIAssembly: diCrSysAPINet (in diCrSysAPINet.dll) Version: 6.22.2.24248 (6.22.2.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
See Also