Gets a ITruncator
public static class TruncatorInheritance System.Object → Truncator
Dynamic length And Preserve Words truncator
public static Humanizer.ITruncator DynamicLengthAndPreserveWords { get; }Dynamic number of characters And Preserve Words truncator
public static Humanizer.ITruncator DynamicNumberOfCharactersAndPreserveWords { get; }Fixed length truncator
public static Humanizer.ITruncator FixedLength { get; }Fixed number of characters truncator
public static Humanizer.ITruncator FixedNumberOfCharacters { get; }Fixed number of words truncator
public static Humanizer.ITruncator FixedNumberOfWords { get; }