array::sort

[This is preliminary documentation and subject to change.]

Sorts the items in an array.

Usage

string array::sort(array, separator)

Parameters

Name Type Description
array string The String containing all the array items to sort.
separator string The String used to separate the items in array

Return Value

Missing <returns> documentation for M:NAnt.Contrib.Functions.ArrayFunctions.Sort(System.String,System.String)

Exceptions

The function will fail in any of the following circumstances:

Requirements

Assembly: NAnt.Contrib.Tasks (0.93.5521.0)