  | EnsureNotNullOrEmpty Method  | 
  
    Namespace: 
   Dynamicweb.Core
    Assembly:
   Dynamicweb.Core (in Dynamicweb.Core.dll) Version: 3.1.1
Syntaxpublic static void NotNullOrEmpty(
	string value,
	string message = "String cannot be null or empty"
)
Public Shared Sub NotNullOrEmpty ( 
	value As String,
	Optional message As String = "String cannot be null or empty"
)
Parameters
- value
 - Type: SystemString
 - message (Optional)
 - Type: SystemString
 
See Also