DoConcatCellsSep(String, Boolean, Boolean, Boolean, Object[]) Method

private function that actually concatenates values contained in Object array concatParts together (either using .text or .value for cells in concatParts) using a separator
Namespace: DBaddinAssembly: DBaddin in (DBaddin.dll)

Syntax

private static string DoConcatCellsSep(
	string separator,
	bool DBcompliant,
	bool OnlyString,
	bool OnlyDate,
	object[] concatParts
	)

Parameters

separator
Type: String
the separator-string that is filled between values
DBcompliant
Type: Boolean
should a potential string or date part be formatted database compliant (surrounded by quotes)?
OnlyString
Type: Boolean
set when only DB compliant Strings should be produced during concatenation
OnlyDate
Type: Boolean
set when only DB compliant Dates should be produced during concatenation
concatParts
Type: Object
Object array, whose values should be concatenated

Returns

String
concatenated String