Skip to main content
Version: 3.0.1

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

ITruncator

Truncator.DynamicNumberOfCharactersAndPreserveWords Property

Dynamic number of characters And Preserve Words truncator

public static Humanizer.ITruncator DynamicNumberOfCharactersAndPreserveWords { get; }

Property Value

ITruncator

Truncator.FixedLength Property

Fixed length truncator

public static Humanizer.ITruncator FixedLength { get; }

Property Value

ITruncator

Truncator.FixedNumberOfCharacters Property

Fixed number of characters truncator

public static Humanizer.ITruncator FixedNumberOfCharacters { get; }

Property Value

ITruncator

Truncator.FixedNumberOfWords Property

Fixed number of words truncator

public static Humanizer.ITruncator FixedNumberOfWords { get; }

Property Value

ITruncator