Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ StringToInt() [1/2]

static int System.ParseNumbers.StringToInt ( ReadOnlySpan< char > s,
int radix,
int flags )
inlinestatic

Definition at line 79 of file ParseNumbers.cs.

80 {
81 int currPos = 0;
82 return StringToInt(s, radix, flags, ref currPos);
83 }
static int StringToInt(ReadOnlySpan< char > s, int radix, int flags)

References System.s, and System.ParseNumbers.StringToInt().

Referenced by System.ParseNumbers.StringToInt(), System.Convert.ToByte(), System.Convert.ToInt16(), System.Convert.ToInt32(), System.Convert.ToSByte(), System.Convert.ToUInt16(), and System.Convert.ToUInt32().