OutputVar := MfFormatProvider.GetFormat(formatType)
Returns an object that provides formatting services for the specified type.
formatType
An object that specifies the type of format object to return.
Returns an instance of the object specified by formatType, if the MfFormatProvider implementation can supply that type of object; otherwise, null.
Throws MfNotImplementedException if not implemented in derived class.
Abstract method.
Must be overriden in derived classes