System.SysUtils.TStringHelper.ToUpper

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ToUpper: string; overload; inline;
function ToUpper(LocaleID: TLocaleID): string; overload;

Properties

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

Description

Transforms this string into an all-uppercase characters string and returns it.

The LocaleID parameter of the second ToUpper overloaded method is of type TLocaleID and defines a choice of language and region identifiers. For more information, please refer to the TLocaleID topic.

See Also