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

◆ TryParse() [1/12]

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

Definition at line 872 of file Int32.cs.

873 {
874 return TryParse(s, NumberStyles.Integer, provider, out result);
875 }
static bool TryParse([NotNullWhen(true)] string? s, out int result)
Definition Int32.cs:163

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