Share via


SqlByte.Parse(String) 方法

定義

將數字的 String 表示轉換成它的對等 8 位元不帶正負號的整數。

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

參數

s
String

要剖析的 String

傳回

SqlByte 結構,含有 String 參數表示的 8 位元數字。

適用於

另請參閱