GetFormat()

IFormatProvider::GetFormat(const TypeInfo&) method

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

virtual SharedPtr<Object> System::IFormatProvider::GetFormat(const TypeInfo &formatType)=0

Arguments

ParameterTypeDescription
formatTypeconst TypeInfo&The type for which formatting object is requested

Return Value

An object that provides formatting sevices for the specified type

See Also