how to take a first set of character values in asp .net core code example Example: c# get first 5 characters of string string result = str.Substring(0,5);