Public Function StringToHexadecimalPairs( _ ByVal vString As Variant _ ) As Variant
StringToHexadecimalPairs("AB") = "4142" StringToHexadecimalPairs(Chr$(1) + Chr$(19)) = "0113"See also:
HexadecimalPairsToString Function HexadecimalHiLoStringsToString FunctionThis is inverse of the HexadecimalPairsToString function.
vString: String whose characters are to be each represented by two hexadecimal digits in the result string. Function returns Null if vString is Null or cannot be fixed up to a String.
Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.