Trim Spaces from Beginning and end of Strings

agraham

Expert
Licensed User
Longtime User
Try this small StringsEx library. It implements the native .NET whitespace Trim() method (amongst others) and so should be a lot faster. Should work with .NET 1.0 and 2.0 and on device and desktop. Sometime I'll write a help file and post it in the libraries forum but the included demo makes it obvious how to use it and what methods are included.
 

Attachments

  • StringsEx1.0.zip
    2.5 KB · Views: 181
Last edited:
Top