There is a variable in your string which is of Double
datatype. Use that variable like this
"Your string" + doubletypecariable.ToString + " remaining string"
@ashokkarale thanks it works
Glad to hear . Kindly close the thread by marking my answer as solution so it will be helpful to other members as well!