System::Xml::XmlConvert::ToInt16 方法

XmlConvert::ToInt16 method

String 转换为 Int16 等价类型。

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

ReturnValue

字符串的 Int16 等价类型。

另见