public class RadixCodec
Public Class RadixCodec
public ref class RadixCodec
Gemstone.Numeric.RadixCodec = function();
Type.createClass(
'Gemstone.Numeric.RadixCodec');
RadixCodec | Creates a new RadixCodec. |
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. |
Digits | Defines the available digits for a radix value codec. |
Radix16 | Gets a radix-16 value (hex) encoding. |
Radix2 | Gets a radix-2 value (binary) encoding. |
Radix32 | Gets a radix-32 value encoding. |
Radix36 | Gets a radix-36 value encoding. |
Radix64 | Gets a radix-64 value encoding. |
Radix8 | Gets a radix-8 value (octal) encoding. |
Radix86 | Gets a radix-86 value encoding. |