SqlInt64.Parse(String) Metodo

Definizione

Converte la rappresentazione String di un numero nell'intero con segno a 64 bit equivalente.

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

Parametri

s
String

String da analizzare.

Restituisce

Intero con segno a 64 bit equivalente al valore contenuto nell'oggetto String specificato.

Si applica a

Vedi anche