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

◆ ToUInt64() [12/19]

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

Definition at line 1774 of file Convert.cs.

1775 {
1776 if (value < 0)
1777 {
1779 }
1780 return (ulong)value;
1781 }
static void ThrowUInt64OverflowException()
Definition Convert.cs:503

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