mscorlib(4.0.0.0) API with additions
|
Provides a mechanism for retrieving an object to control formatting. More...
Public Member Functions | |
object | GetFormat (Type formatType) |
Returns an object that provides formatting services for the specified type. More... | |
Provides a mechanism for retrieving an object to control formatting.
Definition at line 8 of file IFormatProvider.cs.
object System.IFormatProvider.GetFormat | ( | Type | formatType | ) |
Returns an object that provides formatting services for the specified type.
formatType | An object that specifies the type of format object to return. |
null
.Implemented in System.Globalization.CultureInfo, and System.Globalization.NumberFormatInfo.