NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Radix.MaxRadix

The base of the smallest counting system supported in this radix conversion.

[Visual Basic]
Public Const MaxRadix As Integer
[C#]
public const int MaxRadix;
[C++]
public: const int MaxRadix;
[JScript]
public var MaxRadix : int;

See Also

Radix Class | Radix Members | System Namespace