use the Substring function , eg:
VB Code:
  1. Dim s As String = "test 123"
  2.         MessageBox.Show(s.Substring(s.Length - 3))