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!

IConvertible Interface

[To be supplied.]

IConvertible

[Visual Basic]
Public Interface IConvertible
[C#]
public interface IConvertible
[C++]
public __gc __interface IConvertible

[JScript] In JScript, you can use the interfaces in the NGWS frameworks, but you cannot define your own.

Classes that Implement IConvertible

Class Description
DBNull Represents a null value.
Enum Provides the base class for enumerations.
String Represents a static string of characters.

Remarks

[To be supplied.]

Requirements

Namespace: System

Assembly: mscorlib.dll

See Also

IConvertible Members | System Namespace