RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.WideLowerCase Function

Returns Unicode string converted to lower case.

Pascal
function WideLowerCase(const S: WideString): WideString;
C++
BSTR WideLowerCase(const BSTR S);

WideLowerCase returns S converted to lower case. The conversion uses the current locale. 

 

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