A
A
Andrey Zagorodniy2017-09-21 21:28:27
C++ / C#
Andrey Zagorodniy, 2017-09-21 21:28:27

How to translate from one number system to another in C#?

Interested in the translation from the binary system to the decimal system and vice versa, as well as from the 16-ary and 8-ary and, if possible, 3-ary and 9-ary.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Amfore, 2017-09-21
@Roman2017

There is a method

Convert.ToString();
A that takes two parameters.
The first is a signed integer, the second is the base of the calculus.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question