Skip to main content
Version: 2.11.10

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

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