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
System.Globalization.TimeSpanParse.StringParser Struct Reference

Package Functions

void NextChar ()
 
char NextNonDigit ()
 
bool TryParse (ReadOnlySpan< char > input, TimeSpanParse.TimeSpanResult result)
 
bool ParseInt (int max, [Out] int i, TimeSpanParse.TimeSpanResult result)
 
bool ParseTime ([Out] long time, TimeSpanParse.TimeSpanResult result)
 
void SkipBlanks ()
 

Private Attributes

ReadOnlySpan< char > _str
 
char _ch
 
int _pos
 
int _len
 

Detailed Description

Definition at line 1012 of file TimeSpanParse.cs.


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