System::IFormatProvider::GetFormat 方法

IFormatProvider::GetFormat method

返回一个为指定类型提供格式化服务的对象。

virtual SharedPtr<Object> System::IFormatProvider::GetFormat(const TypeInfo &formatType)=0
参数类型描述
formatTypeconst TypeInfo&请求格式化对象的类型

ReturnValue

为指定类型提供格式化服务的对象

另见