RadixCodecEncode(UInt64) Method

Converts integer value to a radix value.

Definition

Namespace: Gemstone.Numeric
Assembly: Gemstone.Numeric (in Gemstone.Numeric.dll) Version: 1.0.137 -- Release Build+9ef5cf77e9ef187125fa132c70fc24fefa21cb79
public string Encode(
	ulong value
)

Parameters

value  UInt64
Integer value to convert.

Return Value

String
Radix value string.

See Also