Usuń ostatnie 8 znaków z String VB

myString = myString.Substring(0, (myString.Length - 1))
Salty Joe