mscorlib(4.0.0.0) API with additions
|
Defines a method that supports custom formatting of the value of an object. More...
Public Member Functions | |
string | Format (string format, object arg, IFormatProvider formatProvider) |
Converts the value of a specified object to an equivalent string representation using specified format and culture-specific formatting information. More... | |
Defines a method that supports custom formatting of the value of an object.
Definition at line 8 of file ICustomFormatter.cs.
string System.ICustomFormatter.Format | ( | string | format, |
object | arg, | ||
IFormatProvider | formatProvider | ||
) |
Converts the value of a specified object to an equivalent string representation using specified format and culture-specific formatting information.
format | A format string containing formatting specifications. |
arg | An object to format. |
formatProvider | An object that supplies format information about the current instance. |