bool::to-string

Converts the specified bool to its equivalent string representation.
string bool::to-string(value)

Parameters

Name Type Description
value bool A bool to convert.

Return Value

"True" if value is true, or "False" if value is false.

Requirements

Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Functions