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

◆ ConvertXmlToObject() [1/2]

override object System.Data.Common.UInt16Storage.ConvertXmlToObject ( string s)
inline

Definition at line 238 of file UInt16Storage.cs.

239 {
240 return XmlConvert.ToUInt16(s);
241 }
static ushort ToUInt16(string s)

References System.s, and System.Xml.XmlConvert.ToUInt16().