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

XmlConvert::ToInt64 method

String 转换为 Int64 等价物。

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

ReturnValue

字符串的一个 Int64 等价物。

另见