StaticASCIIGets an encoding for the ASCII (7-bit) character set.
An encoding for the ASCII (7-bit) character set.
StaticBigGets an encoding for the UTF-16 format that uses the big endian byte order.
An encoding object for the UTF-16 format that uses the big endian byte order.
StaticUTF32Gets an encoding for the UTF-32 format using the little endian byte order.
An encoding object for the UTF-32 format using the little endian byte order.
StaticUTF8Determines whether the specified object is equal to the current object.
The object to compare with the current object.
true if the specified object is equal to the current object; otherwise, false.
Serves as the default hash function.
A hash code for the current object.
When overridden in a derived class, decodes a sequence of bytes from the specified byte array into a string.
The byte array containing the sequence of bytes to decode.
The index of the first byte to decode.
The number of bytes to decode.
A string that contains the results of decoding the specified sequence of bytes.
Returns a string that represents the current object.
A string that represents the current object.
StaticEqualsDetermines whether the specified object instances are considered equal.
The first object to compare.
The second object to compare.
true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.
Represents a character encoding.