I think that the .Net framework 3.0 or 3.5+ ships with a class named BigInteger that can fit your needs. There are a lot of similar free classes available (I beleave at least one in CodeProject and one in the mono project)
G
GLLNS
@GLLNS
Posts
-
Overflow Exception -
How can I read out the process-name via a mouse click?Hy, Try the WindowFromPoint & GetWindowThreadProcessId APIs
-
Where is the password textbox in C#?You can use the property PasswordChar of a textBox. TextBox1.PasswordChar = "*";