System.WideStrUtils.HasExtendCharacter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function HasExtendCharacter(const s: RawByteString): Boolean;

C++

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

Properties

Type Visibility Source Unit Parent
function public
System.WideStrUtils.pas
System.WideStrUtils.hpp
System.WideStrUtils System.WideStrUtils

Description

Checks whether the string contains non-ASCII characters.

Call HasExtendCharacter to detect if a given string contains non-ASCII characters. All characters over 128 ($FF) are considered to be non-ASCII.

See Also