I tried the following:
var a = description.Substring(0, 150);
However this gives a problem if the length of description is less than 150 chars. So is there another way I can limit the length to 150 that won't give an error when string length is for example 20.