SqlDouble.Parse(String) 方法

定义

将数字的 String 表示形式转换为它的等效双精度浮点数字。

public:
 static System::Data::SqlTypes::SqlDouble Parse(System::String ^ s);
public static System.Data.SqlTypes.SqlDouble Parse (string s);
static member Parse : string -> System.Data.SqlTypes.SqlDouble
Public Shared Function Parse (s As String) As SqlDouble

参数

s
String

要分析的 String

返回

一个 SqlDouble,包含 String 所表示的值。

适用于

另请参阅