Name:
ToLower

Parameters:
1: std::string   (PBV) 

Result:
convert the result to lowercase

Notes:
loop through every character of the std::string and convert it to lowercase with 

char tolower(char)