IFormatProvider: GetFormat

GetFormat

Returns an object to provide formatting services.



 Public Function GetFormat(
	  ByVal FormatType As String ) As Object

Parameters

FormatType
[ByVal] String. The TypeName of the formatting class requested.

Return Values

Object -  An object to format data in a specific fashion for such methods as ToString.

Remarks

Calling this function should not raise an exception. If the requested FormatType is not supported then Nothing should be returned.

See Also

Project VBCorLib Overview Class IFormatProvider Overview IFormatProvider Properties IFormatProvider Methods