MonobjcMonobjc Documented Class Library
IsNullOrEmpty Method (string)
NamespacesMonobjc.FoundationNSStringIsNullOrEmpty(NSString)
Determines whether this string is null or empty.
Declaration Syntax
C#Visual BasicVisual C++
public static bool IsNullOrEmpty(
	NSString string
)
Public Shared Function IsNullOrEmpty ( _
	string As NSString _
) As Boolean
public:
static bool IsNullOrEmpty(
	NSString^ string
)
Parameters
string (NSString)
The string.
Return Value
true if it is null or empty; otherwise, false.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)