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 Class

The Radix class provides methods for converting numbers between different counting systems. Counting systems from base 2 (binary) through base 36 are supported.

Object
   Radix

[Visual Basic]
NotInheritable Public Class Radix
[C#]
public sealed class Radix
[C++]
public __gc __sealed class Radix
[JScript]
public class Radix

Remarks

[To be supplied.]

Requirements

Namespace: System

Assembly: mscorlib.dll

See Also

Radix Members | System Namespace