System::Xml::XmlConvert::ToUInt64 方法

XmlConvert::ToUInt64 method

String 转换为 UInt64 等价类型。

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

ReturnValue

字符串的 UInt64 等价类型。

另见