Bidi.GetLevelAt(Int32) Method
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.
Get the level for one character.
[Android.Runtime.Register("getLevelAt", "(I)B", "GetGetLevelAt_IHandler", ApiSince=29)]
public virtual sbyte GetLevelAt (int charIndex);
[<Android.Runtime.Register("getLevelAt", "(I)B", "GetGetLevelAt_IHandler", ApiSince=29)>]
abstract member GetLevelAt : int -> sbyte
override this.GetLevelAt : int -> sbyte
Parameters
- charIndex
- Int32
the index of a character.
Returns
The level for the character at charIndex
.
- Attributes
Remarks
Get the level for one character.
Java documentation for android.icu.text.Bidi.getLevelAt(int)
.
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.