Int16 public struct Int16 : IComparable, IComparable<short>, IConvertible, IEquatable<short>, IFormattable Documentation public const short MaxValue = 32767 public const short MinValue = -32768 public static short Parse(string s) public static short Parse(string s, NumberStyles style) public static short Parse(string s, NumberStyles style, IFormatProvider provider) public static short Parse(string s, IFormatProvider provider) public static bool TryParse(string s, NumberStyles style, IFormatProvider provider, out short result) public static bool TryParse(string s, out short result) public int CompareTo(short value) public bool Equals(short obj) public string ToString(IFormatProvider provider) public string ToString(string format) public string ToString(string format, IFormatProvider provider)