Take the community feedback survey now.
                AI OnAI Off
            
        Take the community feedback survey now.
propCtrl.PageLink = (string)MyFunction(var);
Using single qoutes however will not cast to string:
 
will compile to:
propCtrl.PageLink = MyFunction(var);
/Steve