/ Assembly List / LJCDataUtility / TextLine

Namespace - LJCDataUtility


Syntax

C#
public class TextLine

Represents a text line.

Public Methods
#ctor Initializes a new object instance with the supplied values.
AddBreak Adds a newline if line length is greater than CharLength.
AddDelimiter Adds a delimiter if not the first list item.
AddExpanded Adds a delimiter if not the first list item and adds a newline if line length is greater than CharLength.
NextValue Sets the length for the next append value.
Reset Resets class values.
6 Methods

Properties
CharLimit Gets or sets the character limit.
Delimiter Gets or sets the delimiter.
IsFirst Gets or sets the first item indicator.
Length Gets the current length.
NewLinePrefix Gets or sets the new line prefix.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.