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

适用于

另请参阅