World is now on Opti ID! Learn more
AI OnAI Off
World is now on Opti ID! Learn more
propCtrl.PageLink = (string)MyFunction(var);
Using single qoutes however will not cast to string:
will compile to:
propCtrl.PageLink = MyFunction(var);
/Steve