コード例 #1
0
 public static string Truncate(string s, int maximumLength)
 {
     return(StringUtils.Truncate(s, maximumLength, "..."));
 }