HexBin

format validation This class encodes/decodes hexadecimal data

Members

Static functions

decode
byte[] decode(string encoded)

Decode hex string to a byte array

encode
string encode(byte[] bytes, bool upperCase)
Undocumented in source. Be warned that the author may not have intended to support it.
encode
string encode(byte[] bytes)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta