Search Results for

    Show / Hide Table of Contents

    Class SingleLineSection

    Defines operations used to gets the first line of a section in a specific format.

    Inheritance
    Object
    SingleLineSection
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: SeztionParser
    Assembly: SeztionParser.dll
    Syntax
    public static class SingleLineSection

    Methods

    Name Description
    GetFirstLineDecimal(ISectionsData, String, IFormatProvider)

    Gets the first line of the section in decimal format.

    GetFirstLineDouble(ISectionsData, String, IFormatProvider)

    Gets the first line of the section in double format.

    GetFirstLineFloat(ISectionsData, String, IFormatProvider)

    Gets the first line of the section in float format.

    GetFirstLineInt(ISectionsData, String)

    Gets the first line of the section in integer format.

    GetFirstLineLong(ISectionsData, String)

    Gets the first line of the section in long format.

    GetFirstLineString(ISectionsData, String)

    Gets the first line of the section in string format.

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