ByteType.FromString(String) 方法

定义

返回对应于 Byte 指定字符串的值。

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 static System::Byte FromString(System::String ^ Value);
public static byte FromString(string Value);
static member FromString : string -> byte
Public Function FromString (Value As String) As Byte
Public Shared Function FromString (Value As String) As Byte

参数

Value
String

必填。 要转换为值的 Byte 字符串。

返回

对应于ByteValue的值。

注解

此类支持 Visual Basic 编译器,不打算直接从代码使用。

适用于