Show / Hide Table of Contents

    Class NumberParser

    NumberParser

    Inheritance
    Object
    NumberParser
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: System.Linq.Dynamic.Core.Parser
    Assembly: System.Linq.Dynamic.Core.dll
    Syntax
    public class NumberParser

    Constructors

    | Improve this Doc View Source

    NumberParser(ParsingConfig)

    Initializes a new instance of the NumberParser class.

    Declaration
    public NumberParser(ParsingConfig config)
    Parameters
    Type Name Description
    ParsingConfig config

    The ParsingConfig.

    Methods

    | Improve this Doc View Source

    ParseNumber(String, Type)

    Parses the number (text) into the specified type.

    Declaration
    public object ParseNumber(string text, Type type)
    Parameters
    Type Name Description
    String text

    The text.

    Type type

    The type.

    Returns
    Type Description
    Object
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX