Summary
Returns the first index of the specified `value` within this substring, or -1 if it isn't found.
The returned value is relative to the start of the
Weaver.Substring.rawString
.
- Assembly
- Weaver
.dll - Namespace
- Weaver
- Containing Type
- Substring
Syntax
public int IndexOf(char value, int startIndex)
Parameters
Name | Type | Description |
---|---|---|
value | char | |
startIndex | int |
Return Value
Type | Description |
---|---|
int |