| FormatterBaseGetFormat Method |
Returns an object that provides formatting services for the specified type.
Namespace:
Cauldron.Formatters
Assembly:
Cauldron (in Cauldron.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax Parameters
- formatType
- Type: SystemType
An object that specifies the type of format object to return.
Return Value
Type:
ObjectAn instance of the object specified by formatType, if the IFormatProvider implementation can supply that type of object; otherwise, null.
Implements
IFormatProviderGetFormat(Type)See Also