T
Tom J \(Darth\)
Is there by chance a function in C# that can be used just like the built-in
Mid(str,z,z) in VB?
Mid(str,z,z) in VB?
Is there by chance a function in C# that can be used just like
the built-in Mid(str,z,z) in VB?
Jonathan said:There are equivalent method in C# string class. Couldn't remember
exactly what is the method name, but it is there.
William Ryan said:I think Microsoft.VisualBasic.Interaction.Mid( , ); should work.
William Ryan said:I think Microsoft.VisualBasic.Interaction.Mid( , ); should work.
I am curious, why do you say that?
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.