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

◆ TryParse() [1/13]

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

Definition at line 907 of file UInt16.cs.

908 {
909 return TryParse(s, NumberStyles.Integer, provider, out result);
910 }
static bool TryParse([NotNullWhen(true)] string? s, out ushort result)
Definition UInt16.cs:160

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