C-DEngine 5.105

Ext..::..IsNullOrEmpty Method

Determines whether the specified String is nullNothingnullptra null reference (Nothing in Visual Basic) or empty.

Namespace:  WebSocketSharp
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public static bool IsNullOrEmpty(
	string value
)
Public Shared Function IsNullOrEmpty ( _
	value As String _
) As Boolean
public:
static bool^ IsNullOrEmpty(
	String^ value
)

Parameters

value
Type: String
A String to test.

Return Value

true if value is nullNothingnullptra null reference (Nothing in Visual Basic) or empty; otherwise, false.