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

◆ TrimWhiteSpaceHelper()

string System.String.TrimWhiteSpaceHelper ( string::TrimType trimType)
inlineprivate

Definition at line 1115 of file String.cs.

1116 {
1117 int stringLength = this._stringLength;
1119 if (stringLength == 0)
1120 {
1121 }
1122 long num;
1123 if (trimType != string.TrimType.Head)
1124 {
1125 int stringLength2 = this._stringLength;
1127 if (stringLength == 0)
1128 {
1129 }
1130 num = 0L;
1131 while (stringLength != 0)
1132 {
1133 }
1134 }
1135 return this.CreateTrimmedString((int)num, stringLength);
1136 }
class f__AnonymousType0<< Count > j__TPar
int _stringLength
Definition String.cs:2139
string CreateTrimmedString(int start, int end)
Definition String.cs:1146
static void ThrowIndexOutOfRangeException()

References System.String._stringLength, System.String.CreateTrimmedString(), j__TPar, System.L, and System.ThrowHelper.ThrowIndexOutOfRangeException().

Referenced by System.String.Trim(), and System.String.TrimEnd().