JCL Help:StrLowerInPlace@AnsiString

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Lowercases all characters in a string.


Pascal

 procedure StrLowerInPlace(var S: string);
procedure StrLowerInPlace(var S: AnsiString);


Parameters

Parameters Description
var S: string String to convert to lowercase.


Description

StrLower converts all characters in the supplied string to lowercase.


See Also

StrLower StrLowerBuff StrUpper StrUpperInPlace StrUpperBuff


About

Unit

JclAnsiStrings


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