Duplicate: Working with incredibly large numbers in .net
Does anyone know of a dot net class that will store LARGE integer values? and by LARGE values, I mean values that exceed the maximum size of the basic data types.
I would hope that there would be a microsoft supplied class, but failing that I would be open to a 3rd party library.