It\'s simple enough to code up a class to store/validate something like 192.168.0.0/16, but I was curious if a native type for this already existed in .NET? I woul
192.168.0.0/16
No there is such native type in .NET, you will need to develop one your self.