Hello guys,
I am executing a macro through uipath, output of the macro is object variable and i need to convert object variable to boolean value for the further process.
kindly help
thanks in-advance.
Hello guys,
I am executing a macro through uipath, output of the macro is object variable and i need to convert object variable to boolean value for the further process.
kindly help
thanks in-advance.
Hi
Convert.ToBoolean(yourobject)
but ensure that yourobject is with value either as True or False
Cheers @asha_TN
Thank you
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.