how can i get the first 6 characters in a string c# code example Example: c# get first 5 characters of string string result = str.Substring(0,5);