help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'sysutils' (#rtl)

WideLowerCase

Change a widestring to all-lowercase.

Declaration

Source position: syswideh.inc line 26

function WideLowerCase(

  const s: WideString

):WideString;

Description

WideLowerCase converts the string S to lowercase characters and returns the resulting string. It takes into account the operating system language settings when doing this, so spcial characters are converted correctly as well.

Remark: On linux, no language setting is taken in account yet.

Errors

None.

See also

WideUpperCase

  

Change a widestring to all-lowercase.

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505