Sofu Documentation
Write Method (filename, encoding)
NamespacesSofu.SofuSofuObjectWrite(String, Encoding)
Write this SofuObject into a file.
Declaration Syntax
C#
public void Write(
	string filename,
	Encoding encoding
)
Parameters
filename (String)
File to write to
encoding (Encoding)
Encoding to use
Examples
CopyC#
Sofu.Sofu.Map map = new Sofu.Sofu.Map();
map.SetAttribute("Hello",new Sofu.Sofu.Value("World");
map.Write("helloworld.sofu",Encoding.UTF32);

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