API:System.AnsiStringT.UpperCase

From RAD Studio API Documentation
Jump to: navigation, search

C++

AnsiStringT UpperCase() const {

Properties

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

Description

Returns an uppercase version of the AnsiStringBase.

System.AnsiStringT.UpperCase inherits from System.AnsiStringBase.UpperCase. All content below this line refers to System.AnsiStringBase.UpperCase.

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.