| 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.2
Syntax Public Function GetFormat (
formatType As Type
) As Object
public:
virtual Object^ GetFormat(
Type^ formatType
) sealed
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