SqlDouble::Parse Method (String^)

 

Converts the String representation of a number to its double-precision floating point number equivalent.

Namespace:   System.Data.SqlTypes
Assembly:  System.Data (in System.Data.dll)

public:
static SqlDouble Parse(
	String^ s
)

Parameters

s
Type: System::String^

The String to be parsed.

Return Value

Type: System.Data.SqlTypes::SqlDouble

A SqlDouble that contains the value represented by the String.

.NET Framework
Available since 1.1
Return to top
Show: