Byte
|
The ByteEncoding type exposes the following members.
Name | Description | |
---|---|---|
ByteEncoding | Initializes a new instance of the ByteEncoding class |
Name | Description | |
---|---|---|
ASCII | Handles encoding and decoding of a byte buffer into an ASCII character presentation format. | |
Base64 | Handles encoding and decoding of a byte buffer into a base64 presentation format. | |
BigEndianBinary | Handles encoding and decoding of a byte buffer into a big-endian binary (i.e., 0 and 1's) based presentation format. | |
Decimal | Handles encoding and decoding of a byte buffer into an integer-based presentation format. | |
Hexadecimal | Handles encoding and decoding of a byte buffer into a hexadecimal-based presentation format. | |
LittleEndianBinary | Handles encoding and decoding of a byte buffer into a little-endian binary (i.e., 0 and 1's) based presentation format. |
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) | |
GetBytes(String) | Decodes given string back into a byte buffer. | |
GetBytes(String, Char) | Decodes given string back into a byte buffer. | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetString(Byte) | Encodes given buffer into a user presentable representation. | |
GetString(Byte, Char) | Encodes given buffer into a user presentable representation. | |
GetString(Byte, Int32, Int32) | Encodes given buffer into a user presentable representation. | |
GetString(Byte, Int32, Int32, Char) | Encodes given buffer into a user presentable representation. | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
ToString | Returns a string that represents the current object. (Inherited from Object) |
Name | Description | |
---|---|---|
NoSpacing | Constant used to specify that "no spacing" should be used for data conversion. |
Name | Description | |
---|---|---|
GetEnumValueOrDefault |
Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions) | |
GetEnumValueOrDefaultT |
Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions) |