System::Globalization::NumberFormatInfo::GetFormat 方法

NumberFormatInfo::GetFormat method

获取特定类型的格式化程序。

SharedPtr<Object> System::Globalization::NumberFormatInfo::GetFormat(const TypeInfo &format_type) override
参数类型描述
format_typeconst TypeInfo&要获取的格式化程序类型;仅支持 NumberFormatInfo 类型。

ReturnValue

如果不可用,则为 Formatter 或 null。

另见