AddressRange.toString

Converts this range into a string.

struct AddressRange
string
toString
()

Return Value

Type: string

the address range formatted into a string

Examples

assert(AddressRange.parse("*.0-255.79-1.4-4").toString() == "*.*.1-79.4");

Meta