CollationElementIterator.PrimaryOrder(Int32) Method

Definition

Return the primary component of a collation element.

[Android.Runtime.Register("primaryOrder", "(I)I", "")]
public static int PrimaryOrder (int order);
[<Android.Runtime.Register("primaryOrder", "(I)I", "")>]
static member PrimaryOrder : int -> int

Parameters

order
Int32

the collation element

Returns

the element's primary component

Attributes

Remarks

Return the primary component of a collation element.

Java documentation for java.text.CollationElementIterator.primaryOrder(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.

Applies to