|
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.244-beta+c33f622c070b2c1078a06bcb41bdeb4c19d19a0b
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