ToDecimal()

XmlConvert::ToDecimal(const String&) method

Converts the String to a Decimal equivalent.

static Decimal System::Xml::XmlConvert::ToDecimal(const String &s)

Arguments

ParameterTypeDescription
sconst String&The string to convert.

Return Value

A Decimal equivalent of the string.

See Also