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?