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: Stringthe separator-string that is filled between values
- DBcompliant
- Type: Booleanshould a potential string or date part be formatted database compliant (surrounded by quotes)?
- OnlyString
- Type: Booleanset when only DB compliant Strings should be produced during concatenation
- OnlyDate
- Type: Booleanset when only DB compliant Dates should be produced during concatenation
- concatParts
- Type: ObjectObject array, whose values should be concatenated
Returns
String
concatenated String