version::to-string

[This is preliminary documentation and subject to change.]

Converts the specified Version to its equivalent string representation.

Usage

string version::to-string(value)

Parameters

Name Type Description
value Version A Version to convert.

Return Value

The string representation of the values of the major, minor, build, and revision components of the specified Version.

Requirements

Assembly: NAnt.Core (0.85.1793.0)