Writes a sequence of bits (Most significant bits first).
NumericEncoder(BitWriter Output)
Encodes numeric strings
static int GetByteLength(int NrCharacters)
Gets the number of bytes required to encode an alphanumeric message containing a specific number of c...
static bool CanEncode(string Text)
Checks if a text string can be encoded using the alphanumeric encoding.
Interface for text encoders.