RadixCodecTryDecode(String, UInt24) Method
Attempts to convert a radix value to an integer value.
Namespace: Gemstone.NumericAssembly: Gemstone.Numeric (in Gemstone.Numeric.dll) Version: 1.0.137 -- Release Build+9ef5cf77e9ef187125fa132c70fc24fefa21cb79
public bool TryDecode(
string radixValue,
out UInt24 value
)
Public Function TryDecode (
radixValue As String,
<OutAttribute> ByRef value As UInt24
) As Boolean
public:
bool TryDecode(
String^ radixValue,
[OutAttribute] UInt24% value
)
function TryDecode(radixValue, value);
- radixValue String
- Radix value to convert.
- value UInt24
- Decoded integer value.
Booleantrue if decode succeeds; otherwise,
false.