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!

IFormattable Interface

Provides functionality to format the value of an object.

IFormattable

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

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

Classes that Implement IFormattable

Class Description
Enum Provides the base class for enumerations.

Remarks

IFormattable is implemented by the base data types

Requirements

Namespace: System

Assembly: mscorlib.dll

See Also

IFormattable Members | System Namespace