Method Parse
| Improve this Doc View SourceParse(String)
Starts the parsing to extract the data of each section.
Declaration
ISectionsData Parse(string data)
Parameters
| Type | Name | Description |
|---|---|---|
| String | data | Data to parsing. |
Returns
| Type | Description |
|---|---|
| ISectionsData | An instance with the parsed data. |
Exceptions
| Type | Condition |
|---|---|
| ArgumentNullException |
|
| ParserException | If the parser find an error during the parsing. |