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

◆ ToUInt64() [13/19]

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

Definition at line 1790 of file Convert.cs.

1791 {
1792 if (value < 0)
1793 {
1795 }
1796 return (ulong)value;
1797 }
static void ThrowUInt64OverflowException()
Definition Convert.cs:503

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