CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   Java and JSP (http://www.codingforums.com/forumdisplay.php?f=54)
-   -   Convert string to strinbuilder (http://www.codingforums.com/showthread.php?t=283023)

andynov123 11-26-2012 06:18 PM

Convert string to strinbuilder
 
Hi
How would I read in a name as a string and then convert it to stringbuilder?

Fou-Lu 11-26-2012 06:22 PM

PHP Code:

StringBuilder sb = new StringBuilder(aString); 

Simple as that.


All times are GMT +1. The time now is 05:29 AM.

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.