Share via


CurrencyIdentifiers.BRL Property

Definition

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

String

Platform::String

winrt::hstring

The string "BRL", which identifies the Brazilian Real.

Applies to