public string Substring(
   int startIndex,
   int length
);string s = "fdsafdsafdsa";s = s.SubString(0,s.Length - 5 )