Skip to content

Latest commit

 

History

History
75 lines (47 loc) · 1.77 KB

File metadata and controls

75 lines (47 loc) · 1.77 KB

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