Click or drag to resize

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
C#
public Object GetFormat(
	Type formatType
)

Parameters

formatType
Type: SystemType
An object that specifies the type of format object to return.

Return Value

Type: Object
An instance of the object specified by formatType, if the IFormatProvider implementation can supply that type of object; otherwise, null.

Implements

IFormatProviderGetFormat(Type)
See Also