Summary
Converts a string to locale upper case.
Description
Returns the calling string value converted to upper case, according to any locale-specific case mappings.
Route
No Northbound API Available
Roles
Parameters
DetailsExampleSchema
Name | Type | Required | Description |
---|---|---|---|
str | string | yes | The string to convert to locale upper case |
locale | string | no | The locale to be used to convert to upper case according to any locale-specific case mappings |
Return
DetailsExampleSchema
Name | Type | Description |
---|---|---|
uppercaseString | string | A new string representing the calling string converted to upper case, according to any locale-specific case mappings |