Click or drag to resize

RadixCodec Properties

The RadixCodec type exposes the following members.

Properties
  Name Description
Public property Radix Gets the radix, i.e., target base value, for this RadixCodec.
Public property Static member Radix16 Gets a radix-16 value (hex) encoding.
Public property Static member Radix2 Gets a radix-2 value (binary) encoding.
Public property Static member Radix256 Gets a radix-256 value encoding.
Public property Static member Radix32 Gets a radix-32 value encoding.
Public property Static member Radix36 Gets a radix-36 value encoding.
Public property Static member Radix64 Gets a radix-64 value encoding.
Public property Static member Radix64B Gets a radix-64 value encoding with the standard Base64 character sequence (results are unpadded).
Public property Static member Radix65535 Gets a radix-65535 value encoding. This is the largest supported radix.
Public property Static member Radix8 Gets a radix-8 value (octal) encoding.
Public property Static member Radix86 Gets a radix-86 value encoding.
Top
See Also