System::Globalization::NumberFormatInfo::GetFormat Methode

NumberFormatInfo::GetFormat method

Gibt den Formatter des angegebenen Typs zurück.

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

ReturnValue

Formatter oder null, falls nicht verfügbar.

Siehe auch