Snippets created by Bent Rasmussen

  • Building Strings

    When sprintf and String.concat is either too slow or not really what is needed, one can use System.Text.StringBuilder. This snippet makes working with StringBuilder much more convenient and the resulting code more succint.

    1 people like this

    Posted: 12 years ago by Bent Rasmussen