System::Xml::XmlConvert::ToInt64 method

XmlConvert::ToInt64 method

Converts the String to a Int64 equivalent.

static int64_t System::Xml::XmlConvert::ToInt64(const String &s)
ParameterTypeDescription
sconst String&The string to convert.

ReturnValue

An Int64 equivalent of the string.

See Also