RadixCodecTryDecode(String, Int16) 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.110 -- Release Build+e3f505d56ee50c7e3fea40a20d129873a4fafd4c
public bool TryDecode(
	string radixValue,
	out short value
)

Parameters

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

Return Value

Boolean
true if decode succeeds; otherwise, false.

See Also