JCL Help:UnicodeToLower

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Converts a codepoint to lowercase.


Pascal

 function UnicodeToLower(Code: UCS4): TUCS4Array;


Parameters

Parameters Description
Code: UCS4 The codepoint to convert.


Return Value

The lowercased codepoint(s).


Description

UnicodeToLower converts the specified unicode codepoint (character) to lowercase.


See Also

UnicodeNumberLookup UnicodeToUpper UnicodeToTitle


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