mindSHIFT interview question

what's wrong with the following C# code to change a string to lower case: inputString.toLower();

Interview Answer

Anonymous

14 Nov 2011

you need to assign the result to inputString