System::Globalization::NumberFormatInfo::GetFormat-Methode

NumberFormatInfo::GetFormat method

Liefert den Formatierer eines bestimmten Typs.

SharedPtr<Object> System::Globalization::NumberFormatInfo::GetFormat(const TypeInfo &format_type) override
ParameterTypBeschreibung
format_typeconst TypeInfo&Typ des zu holenden Formatierers; nur der Typ NumberFormatInfo wird unterstützt.

ReturnValue

Formatierer oder null, wenn nicht verfügbar.

Siehe auch