[#BloombergLP-bdlb-String-toLower-088] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/String.adoc[String]::toLower :relfileprefix: ../../../ :mrdocs: Convert upper‐case characters in `string` to lower case. == Synopsis Declared in `<bdlb_string.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void toLower( char* string, int length); ---- == Parameters [cols="1,4"] |=== | Name| Description | *string* | string to convert | *length* | length of `string` |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#