ValueRange.toString

Outputs this range as a {@code string}. !(p) The format will be '{min}/{largestMin} - {smallestMax}/{max}', where the largestMin or smallestMax sections may be omitted, together with associated slash, if they are the same as the min or max.

@return a string representation of this range, not null

class ValueRange
override
string
toString
()

Meta