mscorlib(4.0.0.0) API with additions
ICustomFormatter.cs
2 
3 namespace System
4 {
6  [ComVisible(true)]
7  [__DynamicallyInvokable]
8  public interface ICustomFormatter
9  {
15  [__DynamicallyInvokable]
16  string Format(string format, object arg, IFormatProvider formatProvider);
17  }
18 }
string Format(string format, object arg, IFormatProvider formatProvider)
Converts the value of a specified object to an equivalent string representation using specified forma...
Definition: __Canon.cs:3
Provides a mechanism for retrieving an object to control formatting.
Defines a method that supports custom formatting of the value of an object.