System::IFormatProvider::GetFormat 方法
IFormatProvider::GetFormat method
返回一个为指定类型提供格式化服务的对象。
virtual SharedPtr<Object> System::IFormatProvider::GetFormat(const TypeInfo &formatType)=0
| 参数 | 类型 | 描述 |
|---|---|---|
| formatType | const TypeInfo& | 请求格式化对象的类型 |
ReturnValue
为指定类型提供格式化服务的对象
另见
- Typedef SharedPtr
- Class Object
- Class TypeInfo
- Class IFormatProvider
- Namespace System
- Library Aspose.Font for C++