IFormatProvider: GetFormat

GetFormat

Returns an object to provide formatting services.



 Public Function GetFormat(
	  ByRef FormatType As String ) As Object

Parameters

FormatType
[ByRef] 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 CorLib Overview

Class IFormatProvider Overview