Converting a String to BigInteger
I want examples for converting String to BigInteger. String s = new String(" good Morning");I want good Morning to be converted to BigInteger and also I want examples for converting BigInteger to String..Both the things I need..
[249 byte] By [
Ashwathiia] at [2007-11-27 9:20:30]

>I want examples for converting String to BigInteger.
>String s = new String(" good Morning");
>I want good Morning to be converted to BigInteger and also I want >examples for converting BigInteger to String..Both the things I need..
Do you want a hot dog and a soda as well ?