Click here to Skip to main content
15,908,111 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
i am developing a web application. i have a code which is using string builder. i need to convert it to a javscript. how can i do it
Posted

1 solution

There is nothing like defined StringBuilder in JavaScript.

But, one can make one by yourself. See if the following helps: JavaScript StringBuilder[^]
 
Share this answer
 
Comments
Wendelius 16-May-12 18:08pm    
No but yes, have to give a 5 for this :) And as always, a good answer
Sandeep Mewara 17-May-12 1:33am    
Thanks Mika. :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900