Search Results for

    Show / Hide Table of Contents

    Interface ISectionsData

    Represents a collection of sections.

    Inherited Members
    IEnumerable<SectionModel>.GetEnumerator()
    Namespace: SeztionParser
    Assembly: SeztionParser.dll
    Syntax
    public interface ISectionsData : IEnumerable<SectionModel>, IEnumerable

    Properties

    Name Description
    Item[String]

    Gets the data of a section with the specified section.

    Methods

    Name Description
    GetAll()

    Gets the data from all sections.

    GetNames()

    Gets the names of all sections.

    TryGetData(String, out ISectionData)

    Gets the data of a section.

    Extension Methods

    SectionDataConversion.ToDecimal(ISectionsData, String, IFormatProvider)
    SectionDataConversion.ToDouble(ISectionsData, String, IFormatProvider)
    SectionDataConversion.ToFloat(ISectionsData, String, IFormatProvider)
    SectionDataConversion.ToInt(ISectionsData, String)
    SectionDataConversion.ToLong(ISectionsData, String)
    SingleLineSection.GetFirstLineDecimal(ISectionsData, String, IFormatProvider)
    SingleLineSection.GetFirstLineDouble(ISectionsData, String, IFormatProvider)
    SingleLineSection.GetFirstLineFloat(ISectionsData, String, IFormatProvider)
    SingleLineSection.GetFirstLineInt(ISectionsData, String)
    SingleLineSection.GetFirstLineLong(ISectionsData, String)
    SingleLineSection.GetFirstLineString(ISectionsData, String)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright 2021 seztion-parser