Como remover os caracteres do final de um Visual Basic Basic

 myString = myString.Substring(0, myString.length - 1)
Annoying Ant