Namespace:
NHibernate.Util
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function IsNotEmpty ( _ str As String _ ) As Boolean |
C# |
---|
public static bool IsNotEmpty( string str ) |
Visual C++ |
---|
public: static bool IsNotEmpty( String^ str ) |
JavaScript |
---|
NHibernate.Util.StringHelper.isNotEmpty = function(str); |
Parameters
- str
- Type: System..::.String