SqlInt16.Parse(String) Metodo

Definizione

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

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

Parametri

s
String

String da analizzare.

Restituisce

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

Si applica a

Vedi anche