terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
System.Globalization.TimeSpanParse.StringParser Struct Reference
+ Collaboration diagram for System.Globalization.TimeSpanParse.StringParser:

Package Functions

void NextChar ()
 
char NextNonDigit ()
 
bool TryParse (global::System.ReadOnlySpan< char > input, ref TimeSpanParse.TimeSpanResult result)
 
bool ParseInt (int max, out int i, ref TimeSpanParse.TimeSpanResult result)
 
bool ParseTime (out long time, ref TimeSpanParse.TimeSpanResult result)
 
void SkipBlanks ()
 

Private Attributes

global::System.ReadOnlySpan< char > _str
 
char _ch
 
int _pos
 
int _len
 

Detailed Description

Definition at line 1490 of file TimeSpanParse.cs.


The documentation for this struct was generated from the following file: