How to clear StringBuilder data;
Dim StrB as new StringBuilder
1. Way to clear is to set the Length to 0
-
StrB.Lenght = 0
2. Or reassign it
-
-
StrB = new StringBuilder
How to clear StringBuilder data;
Dim StrB as new StringBuilder
1. Way to clear is to set the Length to 0
2. Or reassign it
Stringbuilder, vb.net, vb.net description
This entry was posted on Monday, April 20th, 2009 at 3:02 am and is filed under String Manipulation. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
Fusion theme by digitalnature | powered by WordPress
Entries (RSS) and Comments (RSS)