API:System.AnsiStringT.UpperCase

From RAD Studio API Documentation

C++

AnsiStringT UpperCase() const {

Properties

Type Visibility Source Unit Parent
function public dstring.h System AnsiStringT

Description

Returns an uppercase version of the AnsiStringBase. {{#multireplace:System.AnsiStringT.UpperCase|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:System.AnsiStringBase.UpperCase|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:System.AnsiStringBase.UpperCase|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Returns an uppercase version of the AnsiStringBase.

UpperCase returns a new AnsiStringBase that contains all characters in this string, converted to uppercase. The conversion uses the current locale. The original AnsiStringBase remains unchanged.