ToUInt64()

XmlConvert::ToUInt64(const String&) method

Converts the String to a UInt64 equivalent.

static uint64_t System::Xml::XmlConvert::ToUInt64(const String &s)

Arguments

ParameterTypeDescription
sconst String&The string to convert.

Return Value

A UInt64 equivalent of the string.

See Also