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.MinRadix

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

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

See Also

Radix Class | Radix Members | System Namespace