Quote Originally Posted by jmcilhinney View Post
The Convert.ToString and Convert.ToInt16 methods allow you to convert between a Short value and a string representation of that number in base 2, 8, 10 or 16. Check out the MSDN documentation for more info.
What do you mean with "base"? And I don't want to convert the short to a int16. Short is the same as int16. :S