Replace all upper case characters in the specified string having the specified length with their lower-case equivalent.
string
length
Declared in <bdlb_string.h>
<bdlb_string.h>
static void toLower( char* string, int length);