Skip to content

ReadOnlyObservableCollection.join

Andrei Fangli edited this page Sep 3, 2023 · 2 revisions

Aggregates the contained items into a String placing the provided separator between them.

This is a public method.

public join(separator?: string): string

Parameters

  • separator: String, optional, the separator used to insert between items when aggregating them into a String.

Returns: String

The aggregated items as a String.

See

Clone this wiki locally