StringBuilder Question

  • Thread starter Thread starter Roshawn Dawson
  • Start date Start date
R

Roshawn Dawson

Hi,

Using the StringBuilder is pretty neat. But I'm trying to use its
Remove method. How do you go about removing an unknown number of
characters or a particular word or phrase from a StringBuilder?

Thanks,
Roshawn
 
Using the StringBuilder is pretty neat. But I'm trying to use its Remove
method. How do you go about removing an unknown number of characters or a
particular word or phrase from a StringBuilder?

See the help for the Stringbuilder.Replace Method(String, String)

Andrew
 
Back
Top