Method IsNullOrNotEmpty
IsNullOrNotEmpty(string, string)
Ensures that the value of a parameter is null or not empty.
public static string IsNullOrNotEmpty(string value, string paramName)
Parameters
Returns
- string
The value of the parameter.
Ensures that the value of a parameter is null or not empty.
public static string IsNullOrNotEmpty(string value, string paramName)
The value of the parameter.