CurrencyIdentifiers.BRL 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 currency identifier for the Brazilian Real.
public:
static property Platform::String ^ BRL { Platform::String ^ get(); };
static winrt::hstring BRL();
public static string BRL { get; }
var string = CurrencyIdentifiers.bRL;
Public Shared ReadOnly Property BRL As String
Property Value
The string "BRL", which identifies the Brazilian Real.