ToDouble()

XmlConvert::ToDouble(String) method

Converts the String to a Double equivalent.

static double System::Xml::XmlConvert::ToDouble(String s)

Arguments

ParameterTypeDescription
sStringThe string to convert.

Return Value

A Double equivalent of the string.

See Also