isNullOrEmpty


Description:

public static bool isNullOrEmpty (string? str)

Check whether sring is null or empty.

Parameters:

str

string for checking.

Returns:

true: string is null or empty, false: otherwise