ByteType.FromString(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回与指定的字符串相对应的 Byte
值。
此 API 支持产品基础结构,不能在代码中直接使用。
public:
static System::Byte FromString(System::String ^ Value);
public static byte FromString (string? Value);
public static byte FromString (string Value);
static member FromString : string -> byte
Public Shared Function FromString (Value As String) As Byte
Public Function FromString (Value As String) As Byte
参数
- Value
- String
必需。 要转换为 Byte
值的字符串。
返回
与 Value
对应的 Byte
值。
注解
此类支持 Visual Basic 编译器,不应直接从代码使用。