Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.ParseNumbers Class Reference

Static Public Member Functions

static long StringToLong (ReadOnlySpan< char > s, int radix, int flags)
 
static long StringToLong (ReadOnlySpan< char > s, int radix, int flags, ref int currPos)
 
static int StringToInt (ReadOnlySpan< char > s, int radix, int flags)
 
static int StringToInt (ReadOnlySpan< char > s, int radix, int flags, ref int currPos)
 
static unsafe string IntToString (int n, int radix, int width, char paddingChar, int flags)
 
static unsafe string LongToString (long n, int radix, int width, char paddingChar, int flags)
 

Static Private Member Functions

static void EatWhiteSpace (ReadOnlySpan< char > s, ref int i)
 
static long GrabLongs (int radix, ReadOnlySpan< char > s, ref int i, bool isUnsigned)
 
static int GrabInts (int radix, ReadOnlySpan< char > s, ref int i, bool isUnsigned)
 
static bool IsDigit (char c, int radix, out int result)
 

Detailed Description

Definition at line 5 of file ParseNumbers.cs.


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