JCL Help:CharUpper@AnsiChar
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: CharUpper Function
[+] JclAnsiStrings.pas Functions
Search in JCL Help
Search in all projects
Summary
Uppercases a character.
Pascal
function CharUpper(const C: Char): Char;
function CharUpper(const C: AnsiChar): AnsiChar;
Parameters
Parameters | Description |
const C: Char | The character to convert to upper case. |
Return Value
Copy of the character converted to uppercase.
Description
CharUpper converts the supplied character to uppercase. For example 'a' becomes 'A'. If the character is already uppercase the function does nothing.
See Also
About
Unit
Donator
Azret Botash
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