|
-
Sep 28th, 2009, 06:55 AM
#3
Thread Starter
Hyperactive Member
Re: Decimal to Binary
 Originally Posted by jmcilhinney
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|