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