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

XmlConvert::ToByte method

String 转换为 Byte 等价物。

static uint8_t System::Xml::XmlConvert::ToByte(const String &s)
ParameterType描述
sconst String&要转换的字符串。

ReturnValue

字符串的 Byte 等价物。

另见