JCL Help:StrUpper@AnsiString
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: StrUpper Function
[+] JclAnsiStrings.pas Functions
Search in JCL Help
Search in all projects
Summary
Uppercases all characters in a string
Pascal
function StrUpper(const S: string): string;
function StrUpper(const S: AnsiString): AnsiString;
Parameters
Parameters | Description |
const S: string | String to convert to uppercase. |
Description
StrUpper returns a copy of the string, converted to uppercase. That is, if you pass in 'Project JEDI' you'll get 'PROJECT JEDI'.
See Also
StrUpperInPlace StrUpperBuff StrLower StrLowerInPlace StrLowerBuff
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