Humanizer.Truncator
Truncator Class
Gets a ITruncator
public static class Truncator
Inheritance System.Object → Truncator
Properties
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; }