Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ToUInt64()
[1/19]
static ulong System.Convert.ToUInt64
(
bool
value
)
inline
static
Definition at line
1758
of file
Convert.cs
.
1759
{
1760
if
(!
value
)
1761
{
1762
return
0uL;
1763
}
1764
return
1uL;
1765
}
System.ExceptionArgument.value
@ value
References
System.value
.
System
Convert
Generated by
1.10.0