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
Syntaxpublic static void IsNullOrEmpty(
string value
)
Public Shared Sub IsNullOrEmpty (
value As String
)
public:
static void IsNullOrEmpty(
String^ value
)
static member IsNullOrEmpty :
value : string -> unit
Parameters
- value
- Type: SystemString
The string that is expected to be or to match an empty string.
See Also