List.join method

This topic has not yet been rated - Rate this topic

Returns a string consisting of all the elements of a list separated by the specified separator string.

Syntax


var string = list.join(separator);

Parameters

separator

Type: String

A string used to separate the elements of a list. If this parameter is omitted, the list elements are separated with a comma.

Return value

Type: String

The elements of a list separated by the specified separator string.

Requirements

Namespace

WinJS.Binding

Library

Base.js

See also

List

 

 

Build date: 12/5/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.