RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCharacter.ToLower Method (Char)

Converts a UTF-16 character to its lower case equivalent according to the Unicode specification.

Pascal
class function ToLower(C: Char): Char; overload; static;
class function ToLower(const S: string): string; overload; static;
C++
static __fastcall Char ToLower(Char C);
static __fastcall AnsiString ToLower(const AnsiString S);

This function is overloaded. 

Converts the UTF-16 character C to its lower case equivalent according to the Unicode specification if it exists; otherwise it returns the value passed in. 

Returns a copy of the string S in which all characters have been converted to their lowercase equivalents according to the Unicode specification. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!