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++