Type System.IFormatProvider

Variables:
Constructors:
Functions:

public System.Object GetFormat(System.Type formatType)

Returns a System.Object that provides formatting services.

Parameter formatType: The System.Type of the formatting object to be returned.

Returns: A formatting object of the specified System.Type. If no formatting object of the specified type is available, or formatType is a null reference, returns the formatting object for the current culture.

As described above. Implement in classes that provide formatting objects for use in methods that generate or parse string representations of objects, such as ToString and Parse.