Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ToChar()
[1/18]
static char System.Convert.ToChar
(
bool
value
)
inline
static
Definition at line
636
of file
Convert.cs
.
637
{
638
return
((IConvertible)
value
).ToChar((IFormatProvider?)
null
);
639
}
System.ExceptionArgument.value
@ value
References
System.value
.
System
Convert
Generated by
1.10.0