Returns the specified string converted to lowercase.
The string s in lowercase.
The casing rules of the invariant culture are used to convert the s to lowercase.
string::to-lower('testing string') ==> 'testing string'
string::to-lower('Testing String') ==> 'testing string'
string::to-lower('Test 123') ==> 'test 123'
StringFunctions Class | NAnt.Core.Functions Namespace