like so:

Code: 
string txt = (random.Length > 50) ? random.Substring(0, 50) + "..." : random;