Possible duplicate:
Int128 in .Net?
since I am working on a tool that manages IP devices, and I would like to add its support for IPv6, I am looking for a 128-bit unsigned Integer.net Datatype to perform basic calculations related to IP (subnet, list of all Hosts for subnet, .. )
It should support standard arithmetic / logic methods.
Thanks:)
source share