System.JSON.Utils.TJsonTextUtils.IsWhiteSpace

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function IsWhiteSpace(const Str: string): Boolean;

C++

__classmethod bool __fastcall IsWhiteSpace(const System::UnicodeString Str);

Properties

Type Visibility Source Unit Parent
function public
System.JSON.Utils.pas
System.JSON.Utils.hpp
System.JSON.Utils TJsonTextUtils

Description

Returns True if all of the characters of the specified string are considered white space, or False if the string contains characters that are not considered white space or if the string is empty.