RadixCodecRadix36 Field
Gets a radix-36 value encoding.
Namespace: Gemstone.NumericAssembly: Gemstone.Numeric (in Gemstone.Numeric.dll) Version: 1.0.137 -- Release Build+9ef5cf77e9ef187125fa132c70fc24fefa21cb79
var Gemstone.Numeric.RadixCodec.Radix36
Field Value
RadixCodec
int.MaxValue encodes to "ZIK0ZJ", 6 characters -- ideal int size with reduced digit set
int.MinValue encodes to "-ZIK0ZK", 7 characters
uint.MaxValue encodes to "1Z141Z3", 7 characters
long.MaxValue encodes to "1Y2P0IJ32E8E7", 13 characters
long.MinValue encodes to "-1Y2P0IJ32E8E8", 14 characters
ulong.MaxValue encodes to "3W5E11264SGSF", 13 characters