string::to-upper

Returns the specified string converted to uppercase.

Usage

string string::to-upper(s)

Parameters

Name Type Description
s string input string

Return Value

The string s in uppercase.

Remarks

The casing rules of the invariant culture are used to convert the s to uppercase.

Examples

Requirements

Assembly: NAnt.Core (0.90.3780.0)