NAntContrib Help Function Reference array::sort | v0.92-alpha1 |
[This is preliminary documentation and subject to change.]
Sorts the items in an array.
string array::sort(array, separator)
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 |