Click or drag to resize

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
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, .

Implements

IFormatProviderGetFormat(Type)
See Also