{CompanyName} FlexyGo

Util..::..IsBlank Method

Determines whether the specified a value is blank null or nothing.

Namespace:  FLEXYGO.Utilities.General
Assembly:  flxUtilities (in flxUtilities.dll)

Syntax


public static bool IsBlank(
	Object aValue
)
Public Shared Function IsBlank ( _
	aValue As Object _
) As Boolean

Parameters

aValue
Type: Object
A value.

Return Value

true if the specified a value is blank; otherwise, false.