Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
propCtrl.PageLink = (string)MyFunction(var);
Using single qoutes however will not cast to string:
will compile to:
propCtrl.PageLink = MyFunction(var);
/Steve