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

◆ ToInt64() [18/19]

static long System.Convert.ToInt64 ( ulong value)
inlinestatic

Definition at line 1685 of file Convert.cs.

1686 {
1687 if ((long)value < 0L)
1688 {
1690 }
1691 return (long)value;
1692 }
static void ThrowInt64OverflowException()
Definition Convert.cs:497

References System.L, System.Convert.ThrowInt64OverflowException(), and System.value.