System.SysUtils.TStringHelper.ToLowerInvariant

From RAD Studio API Documentation
Revision as of 14:15, 23 November 2012 by Ana.rusu (talk | contribs) (Reviewed page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

function ToLowerInvariant: string; {$IF Defined(USE_LIBICU) and not Defined(Linux)}inline;{$ENDIF}

Properties

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

Description

Transforms this 0-based string into an all-lowercase characters 0-based string and returns it. The conversion is done using the UTF-16 character representation, according to Unicode specification.

See Also