VRage.Game.ModAPI.Ingame.Utilities.StringSegment.IndexOf - bimbam2103/space_engineers GitHub Wiki
← Index ← Namespace Index ← StringSegment
public int IndexOf(char ch)
Reports the zero-based index of the first occurence of the specified character, relative to Start . Returns -1 if nothing was found.
- char ch
public int IndexOf(char ch, int start)
Reports the zero-based index of the first occurence of the specified character, relative to Start . Returns -1 if nothing was found.