googled "large number multiplication c#" and got this:
http://www.thecodeproject.com/csharp/biginteger.asp
"Mohit Gupta" <(E-Mail Removed)> wrote in message
news:89BC234E-D069-4029-9F0E-(E-Mail Removed)...
> How do I generate Big Integers in VB .NET?
>
> For example, if I have a number like
>
> 98908324328432864872364234623874682342234234242342
>
> that can't be stored in INT64 or INT32 type variable. How can I generate
> it?
>
> Secondly, how will I multiply 2 big Integers?
>
> Your help will be