Utility.DoubleParse Method

Converts the string representation of a number to its double-precision equivalent in a culture invariant way.
Public Shared Function DoubleParse( _ 
ByVal value As String
) As Double
This language is not supported or no code example is available.
public static double DoubleParse( 
string value 
)
This language is not supported or no code example is available.

Parameters

value
string

The string to convert

Return Value

double

The converted value.

.NET Framework

Supported in: 4.8

In this article

Definition