System::Globalization::NumberFormatInfo::GetFormat method

NumberFormatInfo::GetFormat method

Gets formatter of specific type.

SharedPtr<Object> System::Globalization::NumberFormatInfo::GetFormat(const TypeInfo &format_type) override
ParameterTypeDescription
format_typeconst TypeInfo&Type of formatter to get; only NumberFormatInfo type is supported.

ReturnValue

Formatter or null if not availsable.

See Also