|
|
|
|
|
Compares substrings of two specified String objects by evaluating the numeric values of the corresponding Char objects in each substring.
Namespace:
? System
Assembly:
? mscorlib (in mscorlib.dll) SyntaxJavaScript |
---|
System.String.compareOrdinal = function(strA, indexA, strB, indexB, length); |
Return ValueA 32-bit signed integer indicating the lexical relationship between the two comparands.ValueCondition Less than zero The substring in strA is less than the substring in strB. Zero The substrings are equal, or length is zero. Greater than zero The substring in strA is greater than the substring in strB. ExceptionsSee Also
Free Download:
|
|
|
|
|
|
Privacy |
Contact Us
All Times Are GMT
|
|