HTML to MAML Converter
FileParserParseFile Method |
Parse the specified HTML file
Namespace: HtmlToMamlConversion
Assembly: ConvertHtmlToMaml (in ConvertHtmlToMaml.exe) Version: 1.0.0.2
Syntax
public void ParseFile( string filename )
Public Sub ParseFile ( filename As String )
public: void ParseFile( String^ filename )
member ParseFile : filename : string -> unit
Parameters
- filename
- Type: SystemString
The file to parse
Remarks
After parsing, the properties can be used to retrieve the information parsed from
the file.
See Also