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 位元數字的結構。

適用於

另請參閱