|   | 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.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
 Syntax
Syntax Remarks
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
See Also