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

◆ TryParse() [2/13]

static bool INumber< ushort >. System.UInt16.TryParse ( [NotNullWhen(true)] string s,
NumberStyles style,
IFormatProvider provider,
out ushort result )
inlinestatic

Definition at line 889 of file UInt16.cs.

890 {
891 return TryParse(s, style, provider, out result);
892 }
static bool TryParse([NotNullWhen(true)] string? s, out ushort result)
Definition UInt16.cs:160

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