Search
Converter.ToDouble Method
See Also
 





Converts the specified string value to double.

Namespace: MindFusion.Json
Package: MindFusion.Common

 Syntax

C#  Copy Code

public static double ToDouble (
    string s
)

Visual Basic  Copy Code

Public Shared Function ToDouble( _
    s As String _
) As Double

 Parameters

s

The string value to convert from.

 Return Value

A double value that is deserialized from the specified string.

 See Also