Click or drag to resize

ErrorContainer.ConvertToNewLineDelimitedList Method

Converts all property-error pairs to a new-line delimited string .

Namespace:  SD.Tools.Algorithmia.GeneralDataStructures
Assembly:  SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.4.0.0 (1.4.19.0711)
Syntax
public string ConvertToNewLineDelimitedList(
	bool prefixEachLineWithDash
)

Parameters

prefixEachLineWithDash
Type: System.Boolean
if set to true each line is prefixed with a '-'

Return Value

Type: String
See Also