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.150 -- Release Build+894a28236428a6eba0477cdd376bf86cc11e6c3b
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