SqlInt64.Parse(String) 方法

定义

String 数字的表示形式转换为其等效的 64 位带符号整数。

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

参数

s
String

String 分析的。

返回

一个 64 位有符号整数,等效于指定的 String值。

适用于

另请参阅