Search Results for

    Show / Hide Table of Contents

    Class ConvertHelper

    Inheritance
    System.Object
    ConvertHelper
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: SqlDotNet.Compiler
    Assembly: SqlDotNet.dll
    Syntax
    public class ConvertHelper

    Methods

    | Improve this Doc View Source

    ParseDouble(String)

    Declaration
    public static double ParseDouble(string val)
    Parameters
    Type Name Description
    System.String val
    Returns
    Type Description
    System.Double
    | Improve this Doc View Source

    ParseFloat(String)

    Declaration
    public static float ParseFloat(string val)
    Parameters
    Type Name Description
    System.String val
    Returns
    Type Description
    System.Single
    | Improve this Doc View Source

    TryParseDouble(String, out Double)

    Declaration
    public static bool TryParseDouble(string val, out double doubleVal)
    Parameters
    Type Name Description
    System.String val
    System.Double doubleVal
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    TryParseFloat(String, out Single)

    Declaration
    public static bool TryParseFloat(string val, out float floatVal)
    Parameters
    Type Name Description
    System.String val
    System.Single floatVal
    Returns
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx