Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

VRage.Game.ModAPI.Ingame.Utilities.StringSegment.IndexOf

Morten Aune Lyrstad edited this page Nov 26, 2020 · 16 revisions

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

Clone this wiki locally