As per the docs:
public int LastIndexOf (char value, int startIndex, int count)
“The search proceeds from
startIndextoward the beginning of this instance.”
The first comma before index 223 occurs at index 221.
0
solved LastIndexOf bug? [closed]
As per the docs:
public int LastIndexOf (char value, int startIndex, int count)
“The search proceeds from
startIndextoward the beginning of this instance.”
The first comma before index 223 occurs at index 221.
0
solved LastIndexOf bug? [closed]