H
Hexman
Well, getting to know VB.Net is shall we say challenging. When I was
coding in Vb (years ago) there used to be a "Right, Left, Mid" string
functions. Where did they all go?
I need to take a file path and change a couple of characters in it:
an example: (change R to J)
c:\Data\Finance\am051022.Rcc
to
c:\Data\Finance\am051022.Jcc
I've searched on the internet and found reference to the StringBuilder
class. Is that what I should be concentrating on?
I'm sure someone has already built a comprehensive class for strings.
Want to share it?
Any good examples out there? Recommendations please.
Hexman
coding in Vb (years ago) there used to be a "Right, Left, Mid" string
functions. Where did they all go?
I need to take a file path and change a couple of characters in it:
an example: (change R to J)
c:\Data\Finance\am051022.Rcc
to
c:\Data\Finance\am051022.Jcc
I've searched on the internet and found reference to the StringBuilder
class. Is that what I should be concentrating on?
I'm sure someone has already built a comprehensive class for strings.
Want to share it?
Any good examples out there? Recommendations please.
Hexman