Android.Text.AndroidCharacter.GetDirectionalities Method
Fill in the first count bytes of dest with the directionalities from the first count chars of src.

Syntax

[Android.Runtime.Register("getDirectionalities", "([C[BI)V", "")]
public static void GetDirectionalities (char[] src, byte[] dest, int count)

Parameters

src
Documentation for this section has not yet been entered.
dest
Documentation for this section has not yet been entered.
count
Documentation for this section has not yet been entered.

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.

[Android Documentation]

Requirements

Namespace: Android.Text
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1