Returns a
String that renders the contents
of the BulletedStringCollection organized as a bulleted list.
Namespace: CleanCode.DataAssembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
public override string ToString()
public override string ToString()
Public Overrides Function ToString As String
Public Overrides Function ToString As String
public:
virtual String^ ToString() override
public:
virtual String^ ToString() override
Return Value
Contents of the BulletedStringCollection organized as a bulleted list.
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.