|
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.205-beta+5ef4169f3b1079d8b163dd363614f656bd140924
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