Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ToDecimal()
[1/18]
static decimal System.Convert.ToDecimal
(
bool
value
)
inline
static
Definition at line
2201
of file
Convert.cs
.
2202
{
2203
return
value
? 1 : 0;
2204
}
System.ExceptionArgument.value
@ value
References
System.value
.
System
Convert
Generated by
1.10.0