Beispiel #1
0
 public static string ShortenPath(this string This, int maxLength, eStringShortening shortenWhere, string removedCharactersIndicator)
 {
     return(StringXT.StringShortenerWorkhorse(This, maxLength, true, shortenWhere, removedCharactersIndicator));
 }
Beispiel #2
0
 public static string ShortenPath(this string This, int maxLength, eStringShortening shortenWhere)
 {
     return(StringXT.StringShortenerWorkhorse(This, maxLength, true, shortenWhere, "..."));
 }