| NAnt  Help  Function Reference  string::to-lower | v0.85 | 
Returns the specified string converted to lowercase.
string string::to-lower(s)
            
    
    | Name | Type | Description | 
|---|---|---|
| s | string | input string | 
string::to-lower('testing string') ==> 'testing string'string::to-lower('Testing String') ==> 'testing string'string::to-lower('Test 123') ==> 'test 123'