Project.

ExpandProperties(string, Location) Method

Summary

Expands a string from known properties.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core
Containing Type
Project

Syntax

public string ExpandProperties(string input, Location location)

Parameters

Name Type Description
input string The string with replacement tokens.
location Location The location in the build file. Used to throw more accurate exceptions.

Return Value

Type Description
string The expanded and replaced string.