Namespace:  NHibernate.Util
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Shared Function IsEmpty ( _
	str As String _
) As Boolean
C#
public static bool IsEmpty(
	string str
)
Visual C++
public:
static bool IsEmpty(
	String^ str
)
JavaScript
NHibernate.Util.StringHelper.isEmpty = function(str);

Parameters

str
Type: System..::.String

See Also