ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.TypeScript Namespace / Number Class / parseFloat Method

In This Topic
    parseFloat Method (Number)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function parseFloat( _
       ByVal value As String _
    ) As Double
    public static double parseFloat( 
       string value
    )

    Parameters

    value
    See Also