System.AnsiStringBase.LowerCase

From RAD Studio API Documentation
Jump to: navigation, search

C++

AnsiStringBase   LowerCase(int codePage) const;

Properties

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

Description

Returns a lowercase version of AnsiStringBase.

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