Microsoft SDK for Java

appendToStringBuffer

This method of the IntRanges Class appends a string representation of the integer ranges to a given string buffer. Used by toString.

Syntax

public StringBuffer appendToStringBuffer(StringBuffer sb);

Return Value

Returns a string buffer containing the concatenated strings.

Parameters

sb The string buffer to append the set of integer range pairs to.

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