AndroidCharacter.GetDirectionalities(Char[], Byte[], 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.
Fill in the first count
bytes of dest
with the
directionalities from the first count
chars of src
.
[Android.Runtime.Register("getDirectionalities", "([C[BI)V", "")]
public static void GetDirectionalities (char[]? src, byte[]? dest, int count);
[<Android.Runtime.Register("getDirectionalities", "([C[BI)V", "")>]
static member GetDirectionalities : char[] * byte[] * int -> unit
Parameters
- src
- Char[]
- dest
- Byte[]
- count
- Int32
- Attributes
Remarks
Fill in the first count
bytes of dest
with the directionalities from the first count
chars of src
. This is just like Character.getDirectionality() except it is a batch operation.
Java documentation for android.text.AndroidCharacter.getDirectionalities(char[], byte[], 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.