uppercase
Converts the input string to uppercase. For Unicode characters, the corresponding upper-case characters (defined by the Unicode consortium) are used.
Languages
Built-in, C++, C#, Java.
Parameters
Name | Type | Description |
---|---|---|
string | xs:string | The input string. |