XXX.toString.IsNullOrEmpty vanished in the latest UiPath release?

Hi,

I updated UiPath and realize that all my tests based on XXX.toString.IsNullOrEmpty are giving an error. The method “IsNullOrEmpty” seems to have disappeared…
Has the this method been substituted?

Or do I have to downgrade to the previous UiPath release?

Hi there @jcab,
You should be able to use:
String.IsNullOrEmpty(strMyString)

Where ‘strMyString’ refers to your String variable/argument.

Thanks in advance,
Josh