StringUtilities..::..IsNullOrWhiteSpace Method

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 IsNullOrWhiteSpace(
	Nullable<string> value
)
Public Shared Function IsNullOrWhiteSpace ( _
	value As Nullable(Of String) _
) As Boolean

Parameters

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