jsakamoto / ipaddressrange

.NET Class Library for range of IP address, both IPv4 and IPv6.
Mozilla Public License 2.0
368 stars 71 forks source link

Feature/tostring #15

Closed gregmac closed 9 years ago

gregmac commented 9 years ago

Adds ToString() override, that returns a parsable range string, eg 192.168.0.1-192.168.0.55, including tests.

gregmac commented 9 years ago

Sorry, based on my master instead of upstream