Hex |
The HexEncoding type exposes the following members.
| Name | Description | |
|---|---|---|
| HexEncoding | Default constructor for HexEncoding |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetByteCount | Counts the byte length of a Hex value | |
| 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. | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| 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) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) | |
| ToString(Byte) | Converts an array of bytes to a hexidecimal value represented by a string |