|
RadixCodecRadix64B Property
|
Gets a radix-64 value encoding with the standard Base64 character sequence (results are unpadded).
Namespace: GSFAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.205-beta+5ef4169f3b1079d8b163dd363614f656bd140924
Syntax Remarks
int.MaxValue encodes to "B/////", 6 characters
int.MinValue encodes to "-CAAAAA", 7 characters
uint.MaxValue encodes to "D/////", 6 characters
long.MaxValue encodes to "H//////////", 11 characters
long.MinValue encodes to "-IAAAAAAAAAA", 12 characters
ulong.MaxValue encodes to "P//////////", 11 characters
See Also