Sdílet prostřednictvím


NumeralSystemIdentifiers.Beng Property

Definition

Gets the identifier for the Bangla decimal numeral system.

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

Property Value

String

Platform::String

winrt::hstring

The string "Beng", which identifies the Bangla decimal numeral system. This system has the digits ০১২৩৪৫৬৭৮৯ which correspond to the Latin digits 0-9.

Applies to

See also