API:System.Character.TCharacter.ToLower

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

Delphi

class function ToLower(C: Char): Char; overload; inline; static;
class function ToLower(C: UCS4Char): UCS4Char; overload; inline; static;
class function ToLower(const S: string): string; overload; inline; static;

C++

static System::WideChar __fastcall ToLower(System::WideChar C)/* overload */;
static unsigned __fastcall ToLower(unsigned C)/* overload */;
static System::UnicodeString __fastcall ToLower(const System::UnicodeString S)/* overload */;

プロパティ

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

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。