Name | Description | |
---|---|---|
![]() ![]() | GetBytes | Creates 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. |
![]() ![]() | InHexFormat | Determines if given string is in proper hexadecimal string format |
![]() ![]() | IsHexDigit | Returns true is c is a hexadecimal digit (A-F, a-f, 0-9) |
![]() ![]() | ToString | Converts the specified array of bytes to a hex string. |