@Nabila_Sabreen There might be White spaces as well, Try using two conditions in this way :
String.IsNullOrEmpty(in_St) or String.IsNullOrWhitespace(in_St)
Considering in_St as a String Variable
@Nabila_Sabreen There might be White spaces as well, Try using two conditions in this way :
String.IsNullOrEmpty(in_St) or String.IsNullOrWhitespace(in_St)
Considering in_St as a String Variable