System::Xml::XmlConvert::ToInt64 方法

XmlConvert::ToInt64 method

String 转换为 Int64 等价对象。

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

ReturnValue

字符串的 Int64 等价对象。

另见