NAnt SDK Documentation - v0.92

PropertyDictionary.ExpandProperties Method 

Expands a String from known properties.

[Visual Basic]
Public Function ExpandProperties( _
   ByVal input As String, _
   ByVal location As Location _
) As String
[C#]
public string ExpandProperties(
   string input,
   Location location
);

Parameters

input
The replacement tokens.
location
The Location to pass through for any exceptions.

Return Value

The expanded and replaced string.

See Also

PropertyDictionary Class | NAnt.Core Namespace