System::Xml::XmlConvert::ToUInt16 方法

XmlConvert::ToUInt16 method

String 转换为 UInt16 等价类型。

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

ReturnValue

一个 UInt16 等价的字符串。

另见