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 位数字的结构。

适用于

另请参阅