System::Xml::XmlConvert::ToByte 方法

XmlConvert::ToByte method

String 转换为 Byte 等价类型。

static uint8_t System::Xml::XmlConvert::ToByte(const String &s)
参数类型描述
sconst String&待转换的字符串。

ReturnValue

字符串的 Byte 等价物。

另见