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