Share via


NumeralSystemIdentifiers.Java Property

Definition

Gets the identifier for the Javanese decimal numeral system.

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

Property Value

String

Platform::String

winrt::hstring

The string "Java", which identifies the Javanese decimal numeral system. This system has the digits ꧐꧑꧒꧓꧔꧕꧖꧗꧘꧙ which correspond to the Latin digits 0-9.

Applies to

See also