System.SysUtils.WideLowerCase

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function WideLowerCase(const S: WideString): WideString;

C++

extern DELPHI_PACKAGE System::WideString __fastcall WideLowerCase(const System::WideString S);

Properties

Type Visibility Source Unit Parent
function public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils System.SysUtils

Description

Returns Unicode string converted to lowercase.

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

See Also