System::Xml::XmlConvert::ToSByte method

XmlConvert::ToSByte method

Converts the String to a SByte equivalent.

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

ReturnValue

An SByte equivalent of the string.

See Also