c# how to pick first 3 number of a string code example Example: c# get first 5 characters of string string result = str.Substring(0,5);