StringSegmentIndexOf(Char) Method
Gets the zero-based index of the first occurrence of the specified
value in this
StringSegment.
Namespace: KGySoft.CoreLibrariesAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public int IndexOf(
char value
)
Public Function IndexOf (
value As Char
) As Integer
public:
int IndexOf(
wchar_t value
)
member IndexOf :
value : char -> int
- value Char
- The character to seek.
Int32The zero-based index position of
value if that character is found, or -1 if it is not.