Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Globalization.TimeSpanParse.StringParser Struct Reference

Package Functions

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

Private Attributes

ReadOnlySpan< char > _str
 
char _ch
 
int _pos
 
int _len
 

Detailed Description

Definition at line 506 of file TimeSpanParse.cs.


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