Click or drag to resize

ByteEncoding Properties

The ByteEncoding type exposes the following members.

Properties
  Name Description
Public property Static member ASCII Handles encoding and decoding of a byte buffer into an ASCII character presentation format.
Public property Static member Base64 Handles encoding and decoding of a byte buffer into a base64 presentation format.
Public property Static member BigEndianBinary Handles encoding and decoding of a byte buffer into a big-endian binary (i.e., 0 and 1's) based presentation format.
Public property Static member Decimal Handles encoding and decoding of a byte buffer into an integer-based presentation format.
Public property Static member Hexadecimal Handles encoding and decoding of a byte buffer into a hexadecimal-based presentation format.
Public property Static member LittleEndianBinary Handles encoding and decoding of a byte buffer into a little-endian binary (i.e., 0 and 1's) based presentation format.
Top
See Also