System::Xml::XmlConvert::ToInt32 method

XmlConvert::ToInt32 method

Converts the String to a Int32 equivalent.

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

ReturnValue

An Int32 equivalent of the string.

See Also