IFormattable

IFormattable


Provides functionality to format the value of an object into a string representation.


Public:

Methods:

NameDescription
 ToString Returns the string representation of the object.  

Remarks

The IFormattable interface converts an object to its string representation based on a format string and a format provider.

See Also

Project CorLib Overview

Class IFormattable Overview