This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Determines whether the given object is an empty string or null/DbNull.

Namespace: Smartsite.Base
Assembly:  Smartsite.Base (in Smartsite.Base.dll)

Syntax

C#Copy imageCopy Code
public static bool IsEmptyStringOrNull(
	 value
)
Visual Basic (Declaration)Copy imageCopy Code
Public Shared Function IsEmptyStringOrNull ( _
	value As  _
) As 

Parameters

value
Object
The value.

Return Value

true if the given object is an empty string or null/DbNull.

See Also

General Class
Smartsite.Base Namespace
Advanced