System.WideStrUtils.HasExtendCharacter

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function HasExtendCharacter(const s: RawByteString): Boolean;

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
function public
System.WideStrUtils.pas
System.WideStrUtils.hpp
System.WideStrUtils System.WideStrUtils

Description

Vérifie si la chaîne contient des caractères non ASCII.

Appelez HasExtendCharacter pour détecter si une chaîne donnée contient des caractères non ASCII. Tous les caractères au-delà de 128 ($FF) sont considérés comme non-ASCII.

Voir aussi