I have a string variable .. i need to append some value in front of this string ... i tried pad left function.. but it was not working
for example
string s= "sample"
now in want to insert "daniweb " , so my output of string s will be "daniweb sample"