Combiner Functions
Functions that combine multiple values into a single value.
- Combiner.CombineTextByDelimiterReturns a function that combines a list of text values using a specified delimiter.
- Combiner.CombineTextByEachDelimiterReturns a function that combines a list of text values using a sequence of delimiters, one per position.
- Combiner.CombineTextByLengthsReturns a function that combines a list of text values by padding or truncating each to a fixed length.
- Combiner.CombineTextByPositionsReturns a combiner function that places text values into fixed positions within a result string, padding as needed.
- Combiner.CombineTextByRangesReturns a combiner function that places text values into fixed-width ranges within an output string.