cnvStringFromHexStr
Decode a hexadecimal-encoded string as an ANSI string.
Syntax
[VBA]
Public Function cnvStringFromHexStr ( _
ByVal szHex As String _
) As String
Parameters
- szHex
- Hexadecimal data to be decoded.
Return Value
String: Decoded string. For example, "6162632E" will be converted to "abc."
Remarks
Output is a string of "ANSI" characters of value between 0 and 255.