Summary
Expands a
string
from known properties.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core - Containing Type
- PropertyDictionary
Syntax
public string ExpandProperties(string input, Location location)
Parameters
Name | Type | Description |
---|---|---|
input | string | The replacement tokens. |
location | Location | The NAnt.Core.Location to pass through for any exceptions. |
Return Value
Type | Description |
---|---|
string | The expanded and replaced string. |