Search Results for

    Show / Hide Table of Contents

    Class SectionDataConversion

    Defines operations that serve to convert a section data to another data type.

    Inheritance
    Object
    SectionDataConversion
    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 SectionDataConversion

    Methods

    Name Description
    ToDecimal(ISectionsData, String, IFormatProvider)

    Convert section data to decimal.

    ToDouble(ISectionsData, String, IFormatProvider)

    Convert section data to doubles.

    ToFloat(ISectionsData, String, IFormatProvider)

    Convert section data to floats.

    ToInt(ISectionsData, String)

    Convert section data to integers.

    ToLong(ISectionsData, String)

    Convert section data to longs.

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