Appends two strings, even if one or both of the strings are null.
public static String appendStrings( String s1, String s2 )
s1
The left string to append.
s2
The right string to append.
Returns the appended string.