How to use .ToLower

// Get the string and put it to lowercase
string input = myIO.getString();

I think this is right

string input = myIO.getString().ToLower;