vb.net Eliminar el último char de la cadena
temp = temp.Trim().Remove(temp.Length - 1)
Uninterested Unicorn
temp = temp.Trim().Remove(temp.Length - 1)