Convert lower‐case characters in string to upper case.
Synopsis
Declared in <bdlb_string.h>
static
void
toUpper(
char* string,
int length);
Parameters
Name |
Description |
string |
string to convert |
length |
length of |
Created with MrDocs