Hi guys,
I have a problem about concatenate strings.
I would like to add strings to the end of the string which is return from the server.
As you can see in the screenshoot, strings does not append after args.msg.
Is not that ridiculous for you? I spent many hours.
I cant see the problem.
I’m glad you helped me.
Hmmm it seems like you are doing it wrong way
Try this
text=String.Format(“"{0}"”, runningSeconds);
