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.XmlMiscConverter.ToString ( object value,
IXmlNamespaceResolver nsResolver )
inline

Definition at line 25 of file XmlMiscConverter.cs.

26 {
27 if (value == null)
28 {
29 throw new InvalidCastException();
30 }
31 Type type = value.GetType();
32 if (this.typeCode == XmlTypeCode.None)
33 {
34 }
35 if (value != null)
36 {
37 string text;
38 return text;
39 }
40 throw new InvalidCastException();
41 }
new Type GetType()
Definition Type.cs:287

References System.Type.GetType(), System.text, System.Xml.Schema.XmlBaseConverter.typeCode, and System.value.