| NAnt  Help  Function Reference  string::to-upper | v0.92-rc1 | 
[This is preliminary documentation and subject to change.]
Returns the specified string converted to uppercase.
string string::to-upper(s)
            
    
    | Name | Type | Description | 
|---|---|---|
| s | string | input string | 
string::to-upper('testing string') ==> 'TESTING STRING'string::to-upper('Testing String') ==> 'TESTING STRING'string::to-upper('Test 123') ==> 'TEST 123'