Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
IsSpace()
static
bool
System.Convert.IsSpace
(
this char
c
)
inline
static
private
Definition at line
3007
of file
Convert.cs
.
3008
{
3009
if
(c !=
' '
&& c !=
'\t'
&& c !=
'\r'
)
3010
{
3011
return
c ==
'\n'
;
3012
}
3013
return
true
;
3014
}
Referenced by
System.Convert.TryFromBase64Chars()
.
System
Convert
Generated by
1.10.0