System::Globalization::NumberFormatInfo::GetInstance method

NumberFormatInfo::GetInstance method

Gets formatter associated with format provider.

static NumberFormatInfoPtr System::Globalization::NumberFormatInfo::GetInstance(const IFormatProviderPtr &provider)
ParameterTypeDescription
providerconst IFormatProviderPtr&Provider to get format for.

ReturnValue

Formatter associated with format provider or current thread’s format if unavailable.

See Also