Sofu Documentation
WriteML Method (filename)
NamespacesSofu.SofuSofuObjectWriteML(String)
Writes this Object into a SofuML file
Declaration Syntax
C#
public void WriteML(
	string filename
)
Parameters
filename (String)
File to write into
Examples
CopyC#
Sofu.Sofu.Map file = SofuReader.LoadFile("file.sofu");
file.WriteML("file.xml");

Assembly: Sofu (Module: Sofu) Version: 0.2.1.0 (0.2.1.0)