Hello,
Can someone tell me what I am doing wrong, please? It is supposed to give me true/false based on whether it has a value or not, but I am only receiving ‘false’.
Hello,
Can someone tell me what I am doing wrong, please? It is supposed to give me true/false based on whether it has a value or not, but I am only receiving ‘false’.
Can you provide another example? In that one you’re checking if the string contains ""
(which is nothing, hence all strings contains that)
This is the issue. Instead of String.Contains
you should check for equality using a ==
node.