Returns Unicode string converted to lower case.
function WideLowerCase(const S: WideString): WideString;
BSTR WideLowerCase(const BSTR S);
SysUtils
WideLowerCase returns S converted to lower case. The conversion uses the current locale.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|