VRage.Game.ModAPI.Ingame.Utilities.StringSegment.IndexOf - bimbam2103/space_engineers GitHub Wiki

IndexNamespace IndexStringSegment

Summary

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.

Returns

int

Parameters

Summary

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.

Returns

int

Parameters

⚠️ **GitHub.com Fallback** ⚠️