Search Results for

    Show / Hide Table of Contents

    Method GetFirstLineLong

    | Improve this Doc View Source

    GetFirstLineLong(ISectionsData, String)

    Gets the first line of the section in long format.

    Declaration
    public static long GetFirstLineLong(this ISectionsData sections, string sectionName)
    Parameters
    Type Name Description
    ISectionsData sections

    The data of sections.

    String sectionName

    The name of the section to gets in a specific format.

    Returns
    Type Description
    Int64

    The first line in long format.

    Exceptions
    Type Condition
    FormatException

    If the first line is not an long.

    SectionNotFoundException

    If the section does not exist.

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