System::Xml::XmlConvert::ToDouble method

XmlConvert::ToDouble method

Converts the String to a Double equivalent.

static double System::Xml::XmlConvert::ToDouble(String s)
ParameterTypeDescription
sStringThe string to convert.

ReturnValue

A Double equivalent of the string.

See Also