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
Parameter | Type | Description |
---|---|---|
formatType | const TypeInfo& | The type for which formatting object is requested |
ReturnValue
An object that provides formatting sevices for the specified type
See Also
- Typedef SharedPtr
- Class Object
- Class TypeInfo
- Class IFormatProvider
- Namespace System
- Library Aspose.TeX for C++