NumberingSystem.Latin Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
For convenience, an instance representing the <em>latn</em> numbering system, which corresponds to digits in the ASCII range '0' through '9'.
[Android.Runtime.Register("LATIN", ApiSince=29)]
public static Android.Icu.Text.NumberingSystem? Latin { get; }
[<Android.Runtime.Register("LATIN", ApiSince=29)>]
static member Latin : Android.Icu.Text.NumberingSystem
Property Value
- Attributes
Remarks
For convenience, an instance representing the <em>latn</em> numbering system, which corresponds to digits in the ASCII range '0' through '9'.
Java documentation for android.icu.text.NumberingSystem.LATIN
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.