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

◆ ToUInt64() [8/19]

static ulong System.Convert.ToUInt64 ( int value)
inlinestatic

Definition at line 1806 of file Convert.cs.

1807 {
1808 if (value < 0)
1809 {
1811 }
1812 return (ulong)value;
1813 }
static void ThrowUInt64OverflowException()
Definition Convert.cs:503

References System.Convert.ThrowUInt64OverflowException(), and System.value.