I have a string and need to get the last five characters out of it. I'm using:

lblCardNo.Text = Right$(empid, 5)

but the Right function doesn't seem to work in .NET