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

◆ TryParse()

bool System.Globalization.TimeSpanParse.StringParser.TryParse ( ReadOnlySpan< char > input,
TimeSpanParse::TimeSpanResult result )
inlinepackage

Definition at line 1046 of file TimeSpanParse.cs.

1047 {
1048 int num = 1;
1049 this._str = input;
1050 this._pos = num;
1051 this._pos = num;
1052 return "String was not recognized as a valid TimeSpan." != null;
1053 }
class f__AnonymousType0<< Count > j__TPar

References System.input, and j__TPar.