HtmlEncodingFormatProviderGetFormat Method |
Returns an object that provides formatting services for the specified type.
Namespace:
MicaSystems.Utils
Assembly:
MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax public Object GetFormat(
Type formatType
)
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,
.
Implements
IFormatProviderGetFormat(Type)See Also