RadixCodecEncode(UInt32) Method

Converts integer value to a radix value.

Definition

Namespace: Gemstone.Numeric
Assembly: Gemstone.Numeric (in Gemstone.Numeric.dll) Version: 1.0.181 -- Release Build+86654cb6df1a630c3ff1ddc480389319378cbbbb
public string Encode(
	uint value
)

Parameters

value  UInt32
Integer value to convert.

Return Value

String
Radix value string.

See Also