System.SysUtils.TStringHelper.IsNullOrWhiteSpace

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

Delphi

class function IsNullOrWhiteSpace(const Value: string): Boolean; static;

プロパティ

種類 可視性 ソース ユニット
function public System.SysUtils.pas System.SysUtils TStringHelper

説明

指定された文字列が空か、もしくは空白文字のみで構成されているかを示します。

IsNullOrWhiteSpace は、Value パラメータが null、または空か、空白文字のみで構成されている場合に True を返します。

関連項目