If this is a adding quotes around a String, then the simplest way is to just use string concatenation. For example, if your String is in a String variable called $Test, then you could use a Change Variable action. You will need to escape the quotes.
'''' + $Test + ''''
I hope this helps.
Hi sandip
Try with this,
' ' ' ' + ABC + ' ' ' ' ===>'ABC'