The StringBuilder object is used to construct strings. It’s supposedly faster than contactinatng strings.
Here is a sample
1 | dim o as StringBuilder _ |
The StringBuilder object is used to construct strings. It’s supposedly faster than contactinatng strings.
Here is a sample
1 | dim o as StringBuilder _ |