CurrencyIdentifiers.RUB Property

Definition

Gets the currency identifier for the Russian Ruble.

public:
 static property Platform::String ^ RUB { Platform::String ^ get(); };
static winrt::hstring RUB();
public static string RUB { get; }
var string = CurrencyIdentifiers.rUB;
Public Shared ReadOnly Property RUB As String

Property Value

String

Platform::String

winrt::hstring

The string "RUB", which identifies the Russian Ruble.

Applies to