Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
toString()
[1/3]
static
string
MS.Internal.Xml.XPath.StringFunctions.toString
(
bool
b
)
inline
static
package
Definition at line
83
of file
StringFunctions.cs
.
84
{
85
if
(!
b
)
86
{
87
return
"false"
;
88
}
89
return
"true"
;
90
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
MS
Internal
Xml
XPath
StringFunctions
Generated by
1.10.0