What type of string manipulation do you need? Have you looked at all the
methods offered by the String and StringBuilder classes? What
functionality do you need that is not present?
Things like a binary representation of an integer as a string (hex too whilst we're at it
The left or right of a string from any one of a set of specified characters. (don't say regular expressions
Basically just stuff that might save me the hassle of writing functions and defining regular expression objects for common situations.
When you are looking for that I would not look for freeware, there is so
much in dotNet that it seems endless. However it'is so much that it's not
always easy to find the best.
Things like a binary representation of an integer as a string (hex too
This one is a standard not only for the net however the possibilities for
that especially in VB.net very extended because there is that extention from
the single Net namespace what is the Microsoft.VisualBasic namespace which
holds also a lot of those funcions (it is a full part of dotNet). Beneath
one sample with the standard Net namespace.
dim mystring as string = mystring.substring(0, mystring.indexof("myval"))
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.