recently i use int64.
but it's no more handle my data.
so I want something like BigInt.
any idea?
recently i use int64.
but it's no more handle my data.
so I want something like BigInt.
any idea?
If you're able to use .NET 4.0 beta 1, you could use System.Numerics.BigInteger
. Otherwise there are various open source libraries around.