System::Xml::XmlConvert::ToInt16 method

XmlConvert::ToInt16 method

Converts the String to a Int16 equivalent.

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

ReturnValue

An Int16 equivalent of the string.

See Also