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

◆ TryParse() [1/12]

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

Definition at line 825 of file Int64.cs.

826 {
827 return TryParse(s, NumberStyles.Integer, provider, out result);
828 }
static bool TryParse([NotNullWhen(true)] string? s, out long result)
Definition Int64.cs:163

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