System::String::IsNullOrWhiteSpace メソッド
String::IsNullOrWhiteSpace method
指定された文字列が null、空、または空白文字だけで構成されているかどうかを示します。
static bool System::String::IsNullOrWhiteSpace(const String &str)
| パラメーター | 型 | 説明 |
|---|---|---|
| str | const String& | String をチェックする。 |
ReturnValue
文字列が null、空、または空白文字だけで構成されている場合は true、そうでない場合は false です。
参照
- Class String
- Class String
- Namespace System
- Library Aspose.Page for C++