Why I can't find "IsNullorEmpty"?

I want to use “IsNullorEmpty” but I can’t find it out.
How can I get one??

1 Like

@tomo007

You have to use this method like this.

String.IsNullOrEmpty(“varString”)

This method is used to check whether String is null or Empty.

1 Like

@lakshman
Thank you for your reply. I can use “IsNullorEmpty” method.
I use like below when I use old version of Uipath.
var_String.IsNullorEmpty

1 Like