Microsoft SDK for Java

toString

This method of the IntRanges Class retrieves a string representation of the IntRanges object.

Syntax

public String toString();

Return Value

Returns a string containing "{" followed by the set of integer range pairs, followed by "}".

© 1999 Microsoft Corporation. All rights reserved. Terms of use.