PercentFormatter.ResolvedGeographicRegion Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the geographic region that was most recently used to format or parse percent values.
public:
property Platform::String ^ ResolvedGeographicRegion { Platform::String ^ get(); };
winrt::hstring ResolvedGeographicRegion();
public string ResolvedGeographicRegion { get; }
var string = percentFormatter.resolvedGeographicRegion;
Public ReadOnly Property ResolvedGeographicRegion As String
Property Value
The geographic region that was most recently used to format or parse percent values.