Share via


INumberFormatterOptions.ResolvedGeographicRegion Property

Definition

Gets the geographic region that was most recently used to format or parse numbers.

public:
 property Platform::String ^ ResolvedGeographicRegion { Platform::String ^ get(); };
winrt::hstring ResolvedGeographicRegion();
public string ResolvedGeographicRegion { get; }
var string = iNumberFormatterOptions.resolvedGeographicRegion;
Public ReadOnly Property ResolvedGeographicRegion As String

Property Value

String

Platform::String

winrt::hstring

The geographic region that was most recently used to format or parse numbers.

Applies to