ToInt32()

XmlConvert::ToInt32(const String&) method

Converts the String to a Int32 equivalent.

static int32_t System::Xml::XmlConvert::ToInt32(const String &s)

Arguments

ParameterTypeDescription
sconst String&The string to convert.

Return Value

An Int32 equivalent of the string.

See Also