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

NumberFormatInfo::GetFormat method

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

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

ReturnValue

如果不可用,则为格式化程序或 null。

另见