SqlDouble::Parse Method (String^)
.NET Framework (current version)
Converts the String representation of a number to its double-precision floating point number equivalent.
Assembly: System.Data (in System.Data.dll)
Parameters
- s
-
Type:
System::String^
The String to be parsed.
Return Value
Type: System.Data.SqlTypes::SqlDoubleA SqlDouble that contains the value represented by the String.
.NET Framework
Available since 1.1
Available since 1.1
Show: