System.JSON.Utils.TJsonTextUtils.IsWhiteSpace

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

Delphi

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

C++

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

プロパティ

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


説明

指定された文字列のすべての文字が空白と見なされる場合には True を、文字列に空白と見なされない文字が含まれている場合や文字列が空の場合には False を返します。