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。