Utility.DoubleParseIges Method

Converts the string representation of a number to its double-precision equivalent in a culture invariant way. Before converting the number ending decimal dot is removed.

Examples:

  • The ending dot of the string "1." is removed
  • The ending dot of the string "2E-012." is removed
Public Shared Function DoubleParseIges( _ 
ByVal value As String
) As Double
This language is not supported or no code example is available.
public static double DoubleParseIges( 
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