Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ToInt64()
[14/19]
static long System.Convert.ToInt64
(
string
?
value
)
inline
static
Definition at line
1714
of file
Convert.cs
.
1715
{
1716
if
(
value
==
null
)
1717
{
1718
return
0
L
;
1719
}
1720
return
long
.Parse(
value
);
1721
}
System.ExceptionArgument.value
@ value
System.ConsoleKey.L
@ L
References
System.L
, and
System.value
.
System
Convert
Generated by
1.10.0