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

◆ Parse() [1/12]

static uint ISpanParseable< uint >. System.UInt32.Parse ( ReadOnlySpan< char > s,
IFormatProvider provider )
inlinestatic

Definition at line 904 of file UInt32.cs.

905 {
906 return Parse(s, NumberStyles.Integer, provider);
907 }
static uint Parse(string s)
Definition UInt32.cs:117

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