Click or drag to resize

EnsureNotNullOrEmpty Method

Namespace:  Dynamicweb.Core
Assembly:  Dynamicweb.Core (in Dynamicweb.Core.dll) Version: 3.1.1
Syntax
public static void NotNullOrEmpty(
	string value,
	string message = "String cannot be null or empty"
)

Parameters

value
Type: SystemString
message (Optional)
Type: SystemString
See Also