An SByte equivalent of the string.
Type Reason ArgumentNullException s is a null reference. FormatException s is not in the correct format. OverflowException s represents a number less than sbyte.MinValue or greater than sbyte.MaxValue.
This member is not CLS-compliant. For a CLS-compliant alternative, use XmlConvert.ToInt16(string)(string).
This method calls sbyte.Parse(string)(s, System.Globalization.NumberStyles.AllowLeadingSign|System.Globalization.NumberStyles.AllowLeadingWhite|System.Globalization.NumberStyles.AllowTrailingWhite, System.Globalization.NumberFormatInfo.InvariantInfo).