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