Bridge

String..::..IsNullOrEmpty Method

Indicates whether the specified string is null or an Empty string.

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


[TemplateAttribute]
public static bool IsNullOrEmpty(
	string value
)
<TemplateAttribute> _
Public Shared Function IsNullOrEmpty ( _
	value As String _
) As Boolean
[TemplateAttribute]
public:
static bool^ IsNullOrEmpty(
	String^ value
)

Parameters

value
Type: System..::..String
The string to test.

Return Value

true if the value parameter is null or an empty string (""); otherwise, false.