System.WideStrUtils.UTF8UpperCase

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function UTF8UpperCase(const S: UTF8string): UTF8string;

C++

extern DELPHI_PACKAGE System::UTF8String __fastcall UTF8UpperCase(const System::UTF8String S);

Properties

Type Visibility Source Unit Parent
function public
System.WideStrUtils.pas
System.WideStrUtils.hpp
System.WideStrUtils System.WideStrUtils

Description

Returns the UTF-8 string converted to uppercase.

UTF8UpperCase converts all characters in the given UTF8String to uppercase. The conversion is not locale specific.

See Also