PexAssume.IsNullOrEmpty(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The test fails if a specified string is not null or empty.
public:
static void IsNullOrEmpty(System::String ^ value);
public static void IsNullOrEmpty (string value);
static member IsNullOrEmpty : string -> unit
Public Shared Sub IsNullOrEmpty (value As String)
Parameters
- value
- String
The string.
Exceptions
If the the string is not null or of zero length.