concat
The following is a list of properties for the function concat
:
Property | Value |
---|---|
brief | Convert two or more values to string and concatenate |
category | string |
description | Convert two or more values of any data type to string and return the concatenated result. A value with an undefined value is represented by '<undefined>'. |
errorsThrown | [ { "error": "cast_error", "reason": "value could not be converted" } ] |
functionId | concat |
functionLabel | concat |
parameters | [ { "canBeUndefined": true, "description": "Value to convert", "minArgs": 1, "name": "values" } ] |
pure | true |
returns | { "brief": "Concatenated value", "dataType": "string", "description": "The concatenated string values." } |