function Decode(type, radixValue);| ArgumentNullException | Radix value is null. |
| ArgumentException | Invalid radix value character. |
| OverflowException | Decoded radix value overflowed integer type. |
| ArgumentOutOfRangeException | Only integer types Int16, UInt16, Int24, UInt24, Int32, UInt32, Int64 and UInt64 are supported. |