PexAssume.IsNotNullOrEmpty(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 null or empty.
public:
static void IsNotNullOrEmpty(System::String ^ value);
public static void IsNotNullOrEmpty (string value);
static member IsNotNullOrEmpty : string -> unit
Public Shared Sub IsNotNullOrEmpty (value As String)
Parameters
- value
- String
The string.
Exceptions
If the the string is null or of zero length.