System::String::IsNull methode
String::IsNull method
Controleert of een string als null wordt beschouwd. String is null alleen als deze is geconstrueerd via de String() constructor, verplaatst, gekopieerd of toegewezen van een null‑string of als de reset() methode is aangeroepen.
bool System::String::IsNull() const
ReturnValue
true als een string als null wordt beschouwd, anders false.
Zie ook
- Class String
- Namespace System
- Library Aspose.Page for C++