SqlInt32.Parse(String) Metodo

Definizione

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

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

Parametri

s
String

String da analizzare.

Restituisce

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

Si applica a

Vedi anche