StringHelper.IsNullOrEmpty method
This function is just an extension method version of string.IsNullOrEmpty and is effectively obsolete.
public static bool IsNullOrEmpty(this string? str)
| parameter | description |
|---|---|
| str | String. |
Return Value
If str is null or empty, true
See Also
- class StringHelper