Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ ToInt32() [6/6]

override int System.Xml.Schema.XmlBaseConverter.ToInt32 ( string value)
inlineinherited

Definition at line 290 of file XmlBaseConverter.cs.

291 {
292 return (int)ChangeType((object)value, Int32Type, (IXmlNamespaceResolver)null);
293 }
override object ChangeType(bool value, Type destinationType)

References System.Xml.Schema.XmlBaseConverter.ChangeType(), System.Xml.Schema.XmlBaseConverter.Int32Type, and System.value.