SqlInt16.Parse(String) Metoda

Definice

Převede String reprezentaci čísla na 16bitový ekvivalent celého čísla.

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

Parametry

s
String

To String , co se má analyzovat.

Návraty

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

Platí pro

Viz také