System.WideString.LowerCase
C++
WideString LowerCase() const;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | wstring.h | System | WideString |
Description
Returns a lowercase version of WideString.
LowerCase returns a new WideString that contains all characters in this string, converted to lowercase. The conversion uses the current locale. The original WideString remains unchanged.