BuildMaster SDK Reference
Version:

ConcatN(object[] args) Method

Returns String.Empty when one of the arguments is null (Nothing in Visual Basic) or DBNull.Value; otherwise, returns a concatenation of the arguments.

Syntax

public static string ConcatN(object[] args)

Parameters

args
Type: object[]

Arguments to concatenate.

Returns

Concatenated string or String.Empty if an argument is null (Nothing in Visual Basic) or DBNull.Value.