SqlInt64.Parse(String) Metoda

Definice

Převede reprezentaci String čísla na 64bitové celé číslo se signtegerem.

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

Parametry

s
String

To String , co se má analyzovat.

Návraty

64bitové celé číslo se signedm odpovídající hodnotě, která je obsažena v zadaném String.

Platí pro

Viz také