System::Globalization::CultureInfo::GetFormat 方法

CultureInfo::GetFormat method

获取特定类型的格式对象。

SharedPtr<Object> System::Globalization::CultureInfo::GetFormat(const TypeInfo &format_type) override
参数类型描述
format_typeconst TypeInfo&格式对象类型。

ReturnValue

格式信息对象,如果未找到则为 null。

另见