System::IFormatProvider::GetFormat 方法

IFormatProvider::GetFormat method

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

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

ReturnValue

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

另见