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

◆ Parse() [3/13]

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

Definition at line 732 of file UInt16.cs.

733 {
734 return Parse(s, style, provider);
735 }
static ushort Parse(string s)
Definition UInt16.cs:101

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