StringUtilities..::..IsNullOrEmpty Method (Nullable<(Of <(<'String>)>)>)

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

Namespace:  Tortuga.Anchor
Assembly:  Tortuga.Anchor (in Tortuga.Anchor.dll)

Syntax


public static bool IsNullOrEmpty(
	this Nullable<string> value
)
<ExtensionAttribute> _
Public Shared Function IsNullOrEmpty ( _
	value As Nullable(Of String) _
) As Boolean

Parameters

value
Type: Nullable<(Of <(<'String>)>)>
The string to test