CurrencyIdentifiers.BDT Property

Definition

Gets the currency identifier for the Bangladeshi Taka.

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

Property Value

String

Platform::String

winrt::hstring

The string "BDT", which identifies the Bangladeshi Taka.

Applies to