tolower

Converts to a lower case character using the locale specified.

  template <class charT> charT tolower
  (charT c, const locale& loc) const;
  
Remarks

Returns the lower case character.