Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ToUInt32()
[1/19]
static uint System.Convert.ToUInt32
(
bool
value
)
inline
static
Definition at line
1490
of file
Convert.cs
.
1491
{
1492
if
(!
value
)
1493
{
1494
return
0u;
1495
}
1496
return
1u;
1497
}
System.ExceptionArgument.value
@ value
References
System.value
.
System
Convert
Generated by
1.10.0