the cobe below grabs the the last 8 characters of my string. I need the first 8 characters...anyone know how I can grab the first 8 characters?

thanks

VB Code:
  1. tranperiod = tranperiod.Substring(tranperiod.Length - 8)