Search Results for

    Show / Hide Table of Contents

    Method Parse

    | Improve this Doc View Source

    Parse(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

    data is null.

    ParserException

    If the parser find an error during the parsing.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright 2021 seztion-parser