Click or drag to resize

StringAssertIsNullOrEmpty Method (String)

Verifies that the specified string equals or an empty string.

Namespace:  Enkoni.Framework.Testing
Assembly:  Enkoni.Framework.Testing (in Enkoni.Framework.Testing.dll) Version: 1.3.0.1
Syntax
public static void IsNullOrEmpty(
	string value
)

Parameters

value
Type: SystemString
The string that is expected to be or to match an empty string.
See Also