Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Buffers.Text.ParserHelpers Class Reference

Static Public Member Functions

static bool IsDigit (int i)
 
static bool TryParseThrowFormatException (out int bytesConsumed)
 
static bool TryParseThrowFormatException< T > (out T value, out int bytesConsumed)
 
static bool TryParseThrowFormatException< T > (ReadOnlySpan< byte > source, out T value, out int bytesConsumed)
 

Detailed Description

Definition at line 8 of file ParserHelpers.cs.


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