Click or drag to resize

RadixCodecRadix64 Property

Gets a radix-64 value encoding.

Namespace: GSF
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.300-beta+b2186e2cd1f968c931b0e151fdd7c839f3d1e9cf
Syntax
public static RadixCodec Radix64 { get; }
View Source

Property Value

RadixCodec
Remarks
int.MaxValue encodes to "1/////", 6 characters int.MinValue encodes to "-200000", 7 characters uint.MaxValue encodes to "3/////", 6 characters long.MaxValue encodes to "7//////////", 11 characters long.MinValue encodes to "-80000000000", 12 characters ulong.MaxValue encodes to "F//////////", 11 characters
See Also