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

◆ ToUInt64() [1/19]

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

Definition at line 1758 of file Convert.cs.

1759 {
1760 if (!value)
1761 {
1762 return 0uL;
1763 }
1764 return 1uL;
1765 }

References System.value.