System.WideStrUtils.UTF8LowerCase

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

Delphi

function UTF8LowerCase(const S: UTF8string): UTF8string;

C++

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

プロパティ

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

説明

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

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

関連項目