Conversion from bin to oct,dec and hex

R

Roman

Hello,

I am looking for the code in c# to conversion bin to oct,dec and hex in all
directions.


Roman
 
M

Morten Wennevik

Hi Roman,

You might want to use Convert.ToString(int, base) and
Convert.ToInt32(string, base) to pass values in various bases.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top