Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 529 Bytes

nifty-tou.intrange.tostring.md

File metadata and controls

21 lines (12 loc) · 529 Bytes

Home > nifty-tou > IntRange > toString

IntRange.toString() method

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