Converts this range into a string.
the address range formatted into a string
assert(AddressRange.parse("*.0-255.79-1.4-4").toString() == "*.*.1-79.4");
See Implementation
Converts this range into a string.