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

◆ GetXml()

string System.Data.DataSet.GetXml ( )
inline

Definition at line 1219 of file DataSet.cs.

1220 {
1221 long scopeId = DataCommonEventSource.Log.EnterScope("<ds.DataSet.GetXml|API> {0}", ObjectID);
1222 try
1223 {
1227 new XmlDataTreeWriter(this).Save(xmlTextWriter, writeSchema: false);
1228 return stringWriter.ToString();
1229 }
1230 finally
1231 {
1232 DataCommonEventSource.Log.ExitScope(scopeId);
1233 }
1234 }
static CultureInfo InvariantCulture

References System.Runtime.Serialization.Dictionary, System.Globalization.CultureInfo.InvariantCulture, System.Data.DataCommonEventSource.Log, System.Data.DataSet.ObjectID, and System.Data.XmlDataTreeWriter.Save().