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

◆ TryParse() [1/13]

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

Definition at line 913 of file Int16.cs.

914 {
915 return TryParse(s, NumberStyles.Integer, provider, out result);
916 }
static bool TryParse([NotNullWhen(true)] string? s, out short result)
Definition Int16.cs:162

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