RadixCodec Methods

Methods

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.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns 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.

See Also