Thread
:
How to convert a string into a BigInteger
View Single Post
#
2
(
permalink
)
08-06-2007, 10:36 PM
gabriel
Member
Join Date: Jul 2007
Posts: 41
very easy vale:
Code:
import java.math.*; ... ... BigInteger bi = new BigInteger(myString);
gabriel
View Public Profile
Send a private message to gabriel
Find all posts by gabriel