  | StringExtensionsIsNotNullOrEmpty Method  | 
  
    Namespace: 
   Dynamicweb.Core
    Assembly:
   Dynamicweb.Core (in Dynamicweb.Core.dll) Version: 3.1.1
Syntaxpublic static bool IsNotNullOrEmpty(
	this string value
)
<ExtensionAttribute>
Public Shared Function IsNotNullOrEmpty ( 
	value As String
) As Boolean
Parameters
- value
 - Type: SystemString
 
Return Value
Type: 
BooleanUsage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type 
String. When you use instance method syntax to call this method, omit the first parameter. For more information, see 
Extension Methods (Visual Basic) or 
Extension Methods (C# Programming Guide).
See Also