RadixCodecRadix86 Field
Gets a radix-86 value encoding.
Namespace: Gemstone.NumericAssembly: Gemstone.Numeric (in Gemstone.Numeric.dll) Version: 1.0.137 -- Release Build+9ef5cf77e9ef187125fa132c70fc24fefa21cb79
var Gemstone.Numeric.RadixCodec.Radix86
Field Value
RadixCodec
int.MaxValue encodes to "$S2Jx", 5 characters -- base 86 reduces int size to 5
int.MinValue encodes to "-$S2Jy", 6 characters
uint.MaxValue encodes to "1qu4dh", 6 characters
long.MaxValue encodes to "1X2qL^UmlIt", 11 characters
long.MinValue encodes to "-1X2qL^UmlIu", 12 characters
ulong.MaxValue encodes to "2&5Sh]zLIbZ", 11 characters