[Solved] LastIndexOf bug? [closed]

[ad_1]

As per the docs:
public int LastIndexOf (char value, int startIndex, int count)

“The search proceeds from startIndex toward the beginning of this instance.”

The first comma before index 223 occurs at index 221.

0

[ad_2]

solved LastIndexOf bug? [closed]