XmlConvert.ToByte(String) 方法

定义

String 转换为等效的 Byte

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

参数

s
String

要转换的字符串。

返回

与该字符串等效的 Byte

例外

s 上声明的默认值为 null

s 的格式不正确。

适用于