Which are the equivalent of the following operators from VB.Net to C#?
I believe some of these like Mid() are still available in the .NET Framework in the Microsoft.VisualBasic namespace which you can still reference from C# code.
Mid()