RadixCodecDecodeT(String) Method
Converts a radix value to an integer value.
Namespace: Gemstone.NumericAssembly: Gemstone.Numeric (in Gemstone.Numeric.dll) Version: 1.0.128 -- Release Build+8719af24b83815a59535b3885622cedd021e9c5b
public T Decode<T>(
string radixValue
)
Public Function Decode(Of T) (
radixValue As String
) As T
public:
generic<typename T>
T Decode(
String^ radixValue
)
JavaScript does not support generic types or methods.
- radixValue String
- Radix value to convert.
- T
- Integer type to convert
TDecoded integer value.