|
RadixCodecRadix86 Property
|
Gets a radix-86 value encoding.
Namespace: GSFAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.253-beta+ffb7163c9e3b771705bc5b9aa3f09870f2cb9e2c
Syntax
Remarks
int.MaxValue encodes to "$S2Jx", 5 characters
int.MinValue encodes to "-$S2Jy", 6 characters -- base 86 reduces 32-bit integer sizes to a maximum of 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
See Also