Code for Basic

is this code wrong?

image

Thanks
Taruna

hI @taruna.mehra

It Should be like this

String.Format(“HI {0}”,“Taruna”)
image

Regards
Sudharsan

In here you should pass your variable

Hi @taruna.mehra

you can try like this
String.Format(“Hello {0}”,UserName)

thanks
Debakanta

but in c#, we write like this?