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