System::Xml::XmlConvert::ToDecimal method

XmlConvert::ToDecimal method

Converts the String to a Decimal equivalent.

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

ReturnValue

A Decimal equivalent of the string.

See Also