Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ToString()
[1/14]
static
string
System.Xml.XmlConverter.ToString
(
bool
value
)
inline
static
Definition at line
422
of file
XmlConverter.cs
.
423
{
424
if
(!
value
)
425
{
426
return
"false"
;
427
}
428
return
"true"
;
429
}
System.ExceptionArgument.value
@ value
References
System.value
.
System
Xml
XmlConverter
Generated by
1.10.0