System::Globalization::CultureInfo::GetFormat method

CultureInfo::GetFormat method

Gets format object for specific type.

SharedPtr<Object> System::Globalization::CultureInfo::GetFormat(const TypeInfo &format_type) override
ParameterTypeDescription
format_typeconst TypeInfo&Format object type.

ReturnValue

Format info object or null if not found.

See Also