Converts the string to a short equivalent.
s The string to convert.
An Int16 equivalent of the string.
TypeReasonArgumentNullException s is a null reference.FormatException s is not in the correct format.OverflowException s represents a number less than short.MinValue or greater than short.MaxValue.