See also
Class StringUtils
West Wind Toolkit for .NET
StringUtils.TrimTo
Trims a string to a specific number of max characters
public static string TrimTo(string value, int charCount);
Parameters
value
charCount
See also:
Class StringUtils