|
RadixCodec.Radix64B 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.239-beta+5928cebde0dd955df84e791f5ea67acbd192773e
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