System.SysUtils.TStringHelper.ToUpperInvariant

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ToUpperInvariant: string; {$IFDEF USE_LIBICU} inline; {$ENDIF USE_LIBICU}

Properties

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

Description

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

See Also