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

◆ TryParse() [13/13]

static bool System.UInt16.TryParse ( ReadOnlySpan< char > s,
out ushort result )
inlinestatic

Definition at line 170 of file UInt16.cs.

171 {
172 return TryParse(s, NumberStyles.Integer, NumberFormatInfo.CurrentInfo, out result);
173 }
static bool TryParse([NotNullWhen(true)] string? s, out ushort result)
Definition UInt16.cs:160

References System.Globalization.NumberFormatInfo.CurrentInfo, System.s, and System.UInt16.TryParse().