I am fetching tickets through API call and deserializing it and storing result in string. I want to check whether there is any value or not in that string . I used several expressions like var = Nothing, var = “, var.contains(”"), StringIsNullOrEmpty(var) etc but it is not working properly.