|
-
Nov 8th, 2002, 08:42 AM
#1
Thread Starter
yay gay
how to turn any decimal number into hex number in c#?
-
Nov 8th, 2002, 10:01 AM
#2
Thread Starter
yay gay
im hard-coding it now...almost done
-
Nov 8th, 2002, 10:24 AM
#3
You can convert any Intnn object to it's hexadecimal string representation (that's where I am picky: you NEVER convert numbers from one format to another, they're always binary) using ToString("X")
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Nov 9th, 2002, 11:06 AM
#4
Thread Starter
yay gay
ah tks
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
|