Utils.appendStrings

Overview | Methods | This Package | All Packages

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.