System.WideStrUtils.UTF8UpperCase

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function UTF8UpperCase(const S: UTF8string): UTF8string;

C++

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

プロパティ

種類 可視性 ソース ユニット
function public
System.WideStrUtils.pas
System.WideStrUtils.hpp
System.WideStrUtils System.WideStrUtils

説明

UTF-8 文字列を大文字に変換して返します。

UTF8UpperCase は、指定された UTF8String のすべての文字を大文字に変換します。この変換はロケール固有ではありません。

関連項目