Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

StringBuilder

Status
Not open for further replies.

Mike2020

Programmer
Mar 18, 2002
55
US

Hi,

I want to use StringBuilder to concatenate the strings, but I can't find the StringBuilder method in the list. I have .net 1.1 version. Do I need to Imports or Reference and class?

Thank you so much for the help.

Ming
 
Code:
dim a as new system.text.stringbuilder
a.append("this is a string")
me.lblText.Text = a.ToString()

"...we both know I'm training to become a cagefighter...see what happens if you try 'n hit me..."
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top