Public Function HexadecimalPairsToString( _
ByVal vHex As Variant _
) As Variant HexadecimalPairsToString("4142") = "AB"See also: HexadecimalHiLoStringsToString Function
StringToHexadecimalPairs Function
Hex$ Function (Visual Basic)Note: This function is useful for interpreting the hexadecimal-printable-representation of strings that contain non-printable characters. Strings are encoded with the StringToHexadecimalPairs function and decoded with this function. vHex: String in which each pair of characters represents the hexadecimal ASCII value of a character. Function returns Null if vHex is Null or cannot be fixed up to a String.
Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.