System.WideStrUtils.HasExtendCharacter

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

Delphi

function HasExtendCharacter(const s: RawByteString): Boolean;

C++

extern DELPHI_PACKAGE bool __fastcall HasExtendCharacter(const System::RawByteString s);

プロパティ

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

説明

文字列に非 ASCII 文字が含まれるかどうかをチェックします。

対象の文字列に非 ASCII 文字が含まれるかどうかを検出するために HasExtendCharacter を呼び出します。128 ($FF) を超えるすべての文字は 非 ASCII 文字とみなされます。

関連項目