CollationElementIterator.SecondaryOrder(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.
Return the secondary component of a collation element.
[Android.Runtime.Register("secondaryOrder", "(I)S", "")]
public static short SecondaryOrder (int order);
[<Android.Runtime.Register("secondaryOrder", "(I)S", "")>]
static member SecondaryOrder : int -> int16
Parameters
- order
- Int32
the collation element
Returns
the element's secondary component
- Attributes
Remarks
Return the secondary component of a collation element.
Java documentation for java.text.CollationElementIterator.secondaryOrder(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.