WideStrUtils.HasExtendCharacter

From RAD Studio VCL Reference
Jump to: navigation, search

Contents

Delphi Information

From WideStrUtils.pas

	function HasExtendCharacter(const s: RawByteString): Boolean;


Unit: WideStrUtils

Type: function

Visibility: public

C++ Information

From WideStrUtils.hpp

	bool __fastcall HasExtendCharacter(System::AnsiStringT<65535> s);


Unit: WideStrUtils

Type: function

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

Personal tools
Translations
Newest Version