mscorlib(4.0.0.0) API with additions
IFormatProvider.cs
2 
3 namespace System
4 {
6  [ComVisible(true)]
7  [__DynamicallyInvokable]
8  public interface IFormatProvider
9  {
13  [__DynamicallyInvokable]
14  object GetFormat(Type formatType);
15  }
16 }
object GetFormat(Type formatType)
Returns an object that provides formatting services for the specified type.
Definition: __Canon.cs:3
Provides a mechanism for retrieving an object to control formatting.
Represents type declarations: class types, interface types, array types, value types,...
Definition: Type.cs:18