The following tables list the members exposed by Hex.

Public Methods

NameDescription
Public MethodsStatic MemberGetBytesCreates a byte array from the hexadecimal string. Each two characters are combined to create one byte. First two hexadecimal characters become first byte in returned array. Non-hexadecimal characters are ignored.
Public MethodsStatic MemberInHexFormatDetermines if given string is in proper hexadecimal string format
Public MethodsStatic MemberIsHexDigitReturns true is c is a hexadecimal digit (A-F, a-f, 0-9)
Public MethodsStatic MemberToStringConverts the specified array of bytes to a hex string.
Top

See Also