1 out of 7 rated this helpful - Rate this topic

String.CompareOrdinal Method

Compares two String objects by evaluating the numeric values of the corresponding Char objects in each string.

Name Description
String.CompareOrdinal (String, String) Compares two specified String objects by evaluating the numeric values of the corresponding Char objects in each string.

Supported by the .NET Compact Framework.

String.CompareOrdinal (String, Int32, String, Int32, Int32) Compares substrings of two specified String objects by evaluating the numeric values of the corresponding Char objects in each substring.

Supported by the .NET Compact Framework.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.