ToInt64()

XmlConvert::ToInt64(const String&) method

Converts the String to a Int64 equivalent.

static int64_t System::Xml::XmlConvert::ToInt64(const String &s)

Arguments

ParameterTypeDescription
sconst String&The string to convert.

Return Value

An Int64 equivalent of the string.

See Also