System::Globalization::NumberFormatInfo::GetFormat メソッド

NumberFormatInfo::GetFormat method

特定のタイプのフォーマッタを取得します。

SharedPtr<Object> System::Globalization::NumberFormatInfo::GetFormat(const TypeInfo &format_type) override
パラメーター説明
format_typeconst TypeInfo&取得するフォーマッタのタイプ;サポートされているのは NumberFormatInfo タイプのみです。

ReturnValue

フォーマッタ、または利用できない場合は null。

参照