| Decode(Type, String) | Converts a radix value to an integer value. |
| DecodeT(String) | Converts a radix value to an integer value. |
| Encode(Int16) | Converts integer value to a radix value. |
| Encode(Int24) | Converts integer value to a radix value. |
| Encode(Int32) | Converts integer value to a radix value. |
| Encode(Int64) | Converts integer value to a radix value. |
| Encode(UInt16) | Converts integer value to a radix value. |
| Encode(UInt24) | Converts integer value to a radix value. |
| Encode(UInt32) | Converts integer value to a radix value. |
| Encode(UInt64) | Converts integer value to a radix value. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| TryDecode(String, Int24) | Attempts to convert a radix value to an integer value. |
| TryDecode(String, UInt24) | Attempts to convert a radix value to an integer value. |
| TryDecode(String, Int16) | Attempts to convert a radix value to an integer value. |
| TryDecode(String, Int32) | Attempts to convert a radix value to an integer value. |
| TryDecode(String, Int64) | Attempts to convert a radix value to an integer value. |
| TryDecode(String, UInt16) | Attempts to convert a radix value to an integer value. |
| TryDecode(String, UInt32) | Attempts to convert a radix value to an integer value. |
| TryDecode(String, UInt64) | Attempts to convert a radix value to an integer value. |