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]
# 1
I don't understand your question of trying to convert non-numeric text "good Morning" to BigInteger. It doesn't make sense. Have you studied the BigInteger API? If not, please do so.
petes1234a at 2007-7-12 22:13:41 > top of Java-index,Java Essentials,New To Java...
# 2

>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 ?

java_2006a at 2007-7-12 22:13:41 > top of Java-index,Java Essentials,New To Java...
# 3
> ...> Do you want a hot dog and a soda as well ?That's not a Duke-worthy reply, now is it, java_2006?
prometheuzza at 2007-7-12 22:13:41 > top of Java-index,Java Essentials,New To Java...