jsakamoto / ipaddressrange

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

Add ToString() override #16

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.

jsakamoto commented 9 years ago

This pull request improves my debugging experience.

Thank you :+1: