Home > nifty-tou > IntRange > toString
Get a string representation.
The format returned by this method is [min..max]
. Any null
value will be represented as an empty string.
Signature:
toString(): string;
Returns:
string
the string representation