System.AnsiStringBase.UpperCase

From RAD Studio API Documentation
Jump to: navigation, search

C++

AnsiStringBase   UpperCase(int codePage) const;

Properties

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

Description

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.