BuildMaster SDK Reference
Version:

ConcatNE(object[] args) Method

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.

Syntax

public static string ConcatNE(object[] args)

Parameters

args
Type: object[]

Arguments to concatenate.

Returns

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