JCL Help:WideUpperCase@WideChar
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: WideUpperCase Function
[+] JclUnicode.pas Functions
Search in JCL Help
Search in all projects
Summary
Converts the supplied WideString or WideChar to uppercase.
Pascal
function WideUpperCase(const S: WideString): WideString;
function WideUpperCase(C: WideChar): WideString; overload;
Parameters
Parameters | Description |
const S: WideString | The string to convert to uppercase. |
C: WideChar | The character to convert to uppercase. |
Return Value
The uppercased string.
Description
Converts the supplied WideString or WideChar to uppercase.
About
Unit
Donator
Mike Lischke
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page