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.

Retrieved from "https://docwiki.embarcadero.com/Libraries/Sydney/e/index.php?title=System.AnsiStringBase.UpperCase&oldid=159666"