IString |
The IStringJavaObject type exposes the following members.
| Name | Description | |
|---|---|---|
| IsNullOrEmpty | Indicates whether the specified string is null or an Empty string. | |
| IsNullOrWhiteSpace | Indicates whether a specified string is null, empty, or consists only of white-space characters. |
| Name | Description | |
|---|---|---|
| CompareTo | Compares this instance with a specified String object and indicates whether this instance precedes, follows, or appears in the same position in the sort order as the specified string. | |
| Contains(Char) | Returns a value indicating whether a specified substring occurs within this string. | |
| Contains(String) | Returns a value indicating whether a specified substring occurs within this string. | |
| EndsWith | Determines whether the end of this string instance matches the specified string. | |
| Equals | Determines whether this instance and another specified String object have the same value. | |
| IndexOf(Char) | Reports the zero-based index of the first occurrence of the specified Unicode character in this string. | |
| IndexOf(String) | Reports the zero-based index of the first occurrence of the specified string in this instance. | |
| IndexOfAny | Reports the zero-based index of the first occurrence in this instance of any character in a specified array of Unicode characters. | |
| LastIndexOf(Char) | Reports the zero-based index position of the last occurrence of a specified Unicode character within this instance. | |
| LastIndexOf(String) | Reports the zero-based index position of the last occurrence of a specified string within this instance. | |
| LastIndexOfAny | Reports the zero-based index position of the last occurrence in this instance of one or more characters specified in a Unicode array. | |
| StartsWith | Determines whether the beginning of this string instance matches the specified string. |