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

◆ Parse() [3/13]

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

Definition at line 738 of file Int16.cs.

739 {
740 return Parse(s, style, provider);
741 }
static short Parse(string s)
Definition Int16.cs:103

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