Microsoft SDK for Java

Utils.appendStrings

Appends two strings, even if one or both of the strings are null.

Syntax

public static String appendStrings( String s1, String s2 )

Parameters

s1

The left string to append.

s2

The right string to append.

Return Value

Returns the appended string.

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