Remova os últimos 8 caracteres da String VB

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