terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ Substring() [2/2]

string System.String.Substring ( int startIndex,
int length )
inline

Definition at line 895 of file String.cs.

896 {
897 int stringLength = this._stringLength;
898 if (length == 0 || startIndex == 0)
899 {
900 }
901 return "StartIndex cannot be less than zero.";
902 }
class f__AnonymousType0<< Count > j__TPar
int _stringLength
Definition String.cs:2139

References System.String._stringLength, j__TPar, and System.startIndex.