GetFormat()

CultureInfo::GetFormat(const TypeInfo&) method

Gets format object for specific type.

SharedPtr<Object> System::Globalization::CultureInfo::GetFormat(const TypeInfo &format_type) override

Arguments

ParameterTypeDescription
format_typeconst TypeInfo&Format object type.

Return Value

Format info object or null if not found.

See Also