Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ToBoolean()
[4/18]
static
bool
System.Convert.ToBoolean
(
[NotNullWhen(true)]
string
?
value
,
IFormatProvider
?
provider
)
inline
static
Definition at line
589
of file
Convert.cs
.
590
{
591
if
(
value
==
null
)
592
{
593
return
false
;
594
}
595
return
bool
.Parse(
value
);
596
}
System.ExceptionArgument.value
@ value
References
System.value
.
System
Convert
Generated by
1.10.0