BulletedStringCollection ToString Method CleanCode C# Libraries v1.2.03 API
Returns a OnlineString that renders the contents of the BulletedStringCollection organized as a bulleted list.

Namespace: CleanCode.Data
Assembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public override string ToString()

Return Value

Contents of the BulletedStringCollection organized as a bulleted list.
Remarks

Each line has a bullet (see Bullet property) added to the beginning except for those meeting the exception criteria. Lines that are not affected include those lines beginning with any character in the exception list (see ExceptionTokens), as well as null or empty strings. All lines have a line break added to the end so using null or empty string effectively adds a blank line wherever you need it.
See Also