| ErrorContainerConvertToNewLineDelimitedList Method  | 
            Converts all property-error pairs to a new-line delimited string .
            
 
Namespace: SD.Tools.Algorithmia.GeneralDataStructuresAssembly: SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.2.0.0 (1.2.14.1118)
Syntaxpublic string ConvertToNewLineDelimitedList(
	bool prefixEachLineWithDash
)
Public Function ConvertToNewLineDelimitedList ( 
	prefixEachLineWithDash As Boolean
) As String
Parameters
- prefixEachLineWithDash
 - Type: SystemBoolean
if set to  each line is prefixed with a '-' 
Return Value
Type: 
String
See Also