IsNull()
String::IsNull() const method
Checks if string is considered null. String is null and only if it is constructed via String() constructor, moved, copied or assigned from null string or reset() method was called.
bool System::String::IsNull() const
Return Value
true if string is considered null, false otherwise.
See Also
- Class String
- Namespace System
- Library Aspose.Slides