NAnt Help Function Reference string::to-upper | v0.90 |
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'