Bridge

String..::..IsNullOrWhiteSpace Method

Indicates whether a specified string is null, empty, or consists only of white-space characters.

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

Syntax


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

Parameters

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

Return Value

true if the value parameter is null or Empty, or if value consists exclusively of white-space characters.