S
Steve S.
I am looking for something in .NET that is functionally
equivalent to the VB6 Mid() function, which allows me to
replace a portion of a string at a specific position with
another string. What I am trying to do is build a fixed
length data record by starting with a string of blanks and
then dropping in data at specific points within the
string. Neither the .NET "String" or "StringBuilder"
classes seem to have this functionality, unless I do it as
a two-step process of Remove and then Insert. Any
suggestions?
-- Steve
equivalent to the VB6 Mid() function, which allows me to
replace a portion of a string at a specific position with
another string. What I am trying to do is build a fixed
length data record by starting with a string of blanks and
then dropping in data at specific points within the
string. Neither the .NET "String" or "StringBuilder"
classes seem to have this functionality, unless I do it as
a two-step process of Remove and then Insert. Any
suggestions?
-- Steve