System.SysUtils.TStringHelper.ToLowerInvariant

From RAD Studio API Documentation
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 string into an all-lowercase characters string and returns it. The conversion is done using the UTF-16 character representation, according to Unicode specification.

See Also