All I want to do is this =>
Code:
int cal = 200
String s = "Result is " + calc;
And this code must produce a string which looks like this=> s = "Result is 200". I want to create java-like String class. That's it.

So if anyone has any good suggestion how can I add numbers to string than please tell me, otherwise don't reply at all.