Click or drag to resize

HexEncoding Methods

The HexEncoding type exposes the following members.

Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodStatic memberGetByteCount Counts the byte length of a Hex value
Public methodStatic memberGetBytes 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.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodStatic memberInHexFormat Determines if given string is in proper hexadecimal string format
Public methodStatic memberIsHexDigit Returns true is c is a hexadecimal digit (A-F, a-f, 0-9)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodStatic memberToString(Byte) Converts an array of bytes to a hexidecimal value represented by a string
Top
See Also