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

◆ Parse() [3/12]

static long INumber< long >. System.Int64.Parse ( ReadOnlySpan< char > s,
NumberStyles style,
IFormatProvider provider )
inlinestatic

Definition at line 686 of file Int64.cs.

687 {
688 return Parse(s, style, provider);
689 }
static long Parse(string s)
Definition Int64.cs:119

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