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

Definition at line 148 of file XmlNumeric10Converter.cs.

149 {
150 if (value != null)
151 {
152 Type type = value.GetType();
153 string text;
154 return text;
155 }
156 throw new InvalidCastException();
157 }
new Type GetType()
Definition Type.cs:287

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