SqlInt32.Parse(String) Metodo

Definizione

Converte la String rappresentazione di un numero nell'equivalente intero 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

Oggetto String da analizzare.

Valori restituiti

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

Si applica a

Vedi anche