ShopToolsUtilToMultiLineString Method
Return the multi-line single string representation of the items found
in the caller's list, where lines that end with a space are continued
without a line-break and all other lines are ended with a line break.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
public static string ToMultiLineString(
List<string> list
)
Public Shared Function ToMultiLineString (
list As List(Of String)
) As String
No code example is currently available or this language may not be supported.
- list ListString
-
Reference to the list of string values to be converted to a single
string.
String
A single multi-line representation of the caller's string list.