ByteEncoding Properties

Properties

ASCIIHandles encoding and decoding of a byte buffer into an ASCII character presentation format.
Base64Handles 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.
DecimalHandles encoding and decoding of a byte buffer into an integer-based presentation format.
HexadecimalHandles 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.

See Also