CurrencyIdentifiers.THB Property

Definition

Gets the currency identifier for the Thai Baht.

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

Property Value

String

Platform::String

winrt::hstring

The string "THB", which identifies the Thai Baht.

Applies to