The ToLower—Wide Character method

This method converts the wide character c to lowercase.

ITWChar ToLower(ITWChar c) const

This method returns the lowercase equivalent of the input character. If there is no lowercase equivalent, the method returns the input character. If there is an error, this method returns 0. Call ITLocale::GetError() to retrieve a specific error message.