operating-system::to-string

Converts the value of the specified operating system to its equivalent String representation.

Usage

string operating-system::to-string(operatingSystem)

Parameters

Name Type Description
operatingSystem OperatingSystem The operating system.

Return Value

The String representation of operatingSystem.

Examples

Requirements

Assembly: NAnt.Core (0.91.4312.0)

See Also

environment::get-operating-system()