I want to join a url to a data row item but it shows a compilation error . How to change a data row to a string so can add the url and the dataRowItem with a '+'

Change row(“WIID”) to row(“WIID”).ToString

+Convert.tostring(row(“WID”))

Yes, Thank you. Both of them worked.