ArrayFunctions.

Reverse(string, string) Method

Summary

Reverse the items in an array.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Functions
Containing Type
ArrayFunctions

Syntax

[Function("reverse")]
public string Reverse(string array, string separator)

Attributes

Type Description
Function

Parameters

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

Return Value

Type Description
string