CurrencyFormatter.GeographicRegion 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 region that is used when formatting and parsing currency values.
public:
property Platform::String ^ GeographicRegion { Platform::String ^ get(); };
winrt::hstring GeographicRegion();
public string GeographicRegion { get; }
var string = currencyFormatter.geographicRegion;
Public ReadOnly Property GeographicRegion As String
Property Value
The region that is used.