terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ ToString() [10/10]

override string System.Xml.Schema.XmlBooleanConverter.ToString ( object value,
IXmlNamespaceResolver nsResolver )
inline

Definition at line 55 of file XmlBooleanConverter.cs.

56 {
57 if (value != null)
58 {
59 Type type = value.GetType();
60 string text;
61 return text;
62 }
63 throw new InvalidCastException();
64 }
new Type GetType()
Definition Type.cs:287

References System.Type.GetType(), System.text, and System.value.