Bidi.RequiresBidi(Char[], Int32, 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.
[Android.Runtime.Register("requiresBidi", "([CII)Z", "", ApiSince=29)]
public static bool RequiresBidi (char[]? text, int start, int limit);
[<Android.Runtime.Register("requiresBidi", "([CII)Z", "", ApiSince=29)>]
static member RequiresBidi : char[] * int * int -> bool
Parameters
- text
- Char[]
- start
- Int32
- limit
- Int32
Returns
- Attributes