ToInt16()

XmlConvert::ToInt16(const String&) method

Converts the String to a Int16 equivalent.

static int16_t System::Xml::XmlConvert::ToInt16(const String &s)

Arguments

ParameterTypeDescription
sconst String&The string to convert.

Return Value

An Int16 equivalent of the string.

See Also