|
RadixCodecRadix65535 Property
|
Gets a radix-65535 value encoding. This is the largest supported radix.
Namespace: GSFAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.251-beta+c370f3da3791592278238855631f53a5ff418c68
Syntax
Remarks
int.MaxValue encodes to "魴魳", 2 characters
int.MinValue encodes to "-魴魴", 3 characters -- base 65535 reduces 32-bit integer sizes to a maximum of 3 characters (not 3 bytes)
uint.MaxValue encodes to "120", 3 characters
long.MaxValue encodes to "魵魶魵魳", 4 characters
long.MinValue encodes to "-魵魶魵魴", 5 characters
ulong.MaxValue encodes to "14640", 5 characters
See Also