JCL Help:WideLowerCase@WideChar

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Converts the supplied WideString or WideChar to lowercase.


Pascal

 function WideLowerCase(const S: WideString): WideString;
function WideLowerCase(C: WideChar): WideString; overload;


Parameters

Parameters Description
const S: WideString The string to convert to lowercase.
C: WideChar The character to convert to lowercase.


Return Value

The lowercased string.


Description

Converts the supplied WideString or WideChar to lowercase.


About

Unit

JclUnicode


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