|
|
|
|
|
|
|
Compares substrings of two specified String objects.
Namespace:
? System
Assembly:
? mscorlib (in mscorlib.dll) Syntax
| JavaScript |
|---|
System.String.compare = function(strA, indexA, strB, indexB, length); |
Return ValueA 32-bit signed integer indicating the lexical relationship between the two comparands.Value Condition 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. Exceptions
See Also
Free Download:
|
|
|
|
|
|
|
|
Privacy |
Contact Us
All Times Are GMT
|
|