RadixCodecTryDecode(String, Int32) Method

Attempts to convert a radix value to an integer value.

Definition

Namespace: Gemstone.Numeric
Assembly: Gemstone.Numeric (in Gemstone.Numeric.dll) Version: 1.0.178 -- Release Build+637be28bb791acbdd84bb7f11d11beacd0a820c2
public bool TryDecode(
	string radixValue,
	out int value
)

Parameters

radixValue  String
Radix value to convert.
value  Int32
Decoded integer value.

Return Value

Boolean
true if decode succeeds; otherwise, false.

See Also