System::String::IsEmpty 메서드
String::IsEmpty method
문자열이 null이 아니면서 비어 있는지 확인합니다.
bool System::String::IsEmpty() const
ReturnValue
문자열이 비어 있고 null이 아니면 true, 그렇지 않으면 false.
또 보기
- Class String
- Namespace System
- Library Aspose.Page for C++
문자열이 null이 아니면서 비어 있는지 확인합니다.
bool System::String::IsEmpty() const
문자열이 비어 있고 null이 아니면 true, 그렇지 않으면 false.