take only alphabets in a string first 5 characters in c# code example Example: c# get first 5 characters of string string result = str.Substring(0,5);