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

◆ Parse() [3/12]

static int INumber< int >. System.Int32.Parse ( ReadOnlySpan< char > s,
NumberStyles style,
IFormatProvider provider )
inlinestatic

Definition at line 715 of file Int32.cs.

716 {
717 return Parse(s, style, provider);
718 }
static int Parse(string s)
Definition Int32.cs:119

References System.Int32.Parse(), and System.s.