Returns String.Empty when one of the arguments is null (Nothing in Visual Basic), DBNull.Value, or String.Empty; otherwise, returns a concatenation of the arguments.
Arguments to concatenate.
Concatenated string or String.Empty if an argument is null (Nothing in Visual Basic), DBNull.Value, or String.Empty.