Bridge

Validation..::..IsNotEmptyOrWhitespace Method

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

Syntax


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

Parameters

value
Type: System..::..String