System::IFormatProvider::GetFormat method

IFormatProvider::GetFormat method

Returns an object that provides formatting services for the specified type.

virtual SharedPtr<Object> System::IFormatProvider::GetFormat(const TypeInfo &formatType)=0
ParameterTypeDescription
formatTypeconst TypeInfo&The type for which formatting object is requested

ReturnValue

An object that provides formatting sevices for the specified type

See Also