0

How can I create a Numerics.BigInteger object from a string of another base in C#, like binary or hex string?

For example:

01101000001111100100100010001100010110000000100000000011000111011110111010111110

to

492275040001072000003774

Thanks!

2
  • @Nacimota That's not a duplicate, Answer there works only for ToInt32 which doesn't fits OP's requirement. Commented Jul 19, 2014 at 8:24
  • @SriramSakthivel you're quite right; I only just noticed that. Apologies, OP. Commented Jul 19, 2014 at 8:26

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.