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

◆ Parse() [8/13]

static ushort IParseable< ushort >. System.UInt16.Parse ( string s,
IFormatProvider provider )
inlinestatic

Definition at line 901 of file UInt16.cs.

902 {
903 return Parse(s, provider);
904 }
static ushort Parse(string s)
Definition UInt16.cs:101

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