Reads a SofuML file. Be sure the file is SofuML file, otherwise use SofuReader.LoadFile() instead.
Declaration Syntax
C# |
public SofuMLParser( string filename )
Parameters
- filename (String)
- File to read
Examples
CopyC#
Sofu.Sofu.SofuMLParser p = new Sofu.Sofu.SofuMLParser("test.xml"); p.Write("text.sofu"); //Convert SofuML to Sofu;