how do i do that?
Printable View
how do i do that?
im hard-coding it now...almost done :D
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")
ah tks :D