VB Left() and Right() equivalent in VB.NET | begeeben
When trying to rewrite VB string manipulation codes into .NET framework version, old VB Left() and Right() methods could be seen in the lines very often. At first I rewrote them as : Generally this works fine but could potentially cause startIndex and len...