The BaseEncoding type exposes the following members.
Back to Top
Properties
Name | Description | |
---|---|---|
BitMask |
The bit mask for a single character in the current encoding.
| |
BitsPerCharacter |
The number of bits per character in the current encoding.
| |
MsbComesFirst | true if the encoding begins with the most-significant bit of each byte.
Otherwise, the encoding begins with the least-significant bit.
|
See Also