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.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
public static string ToMultiLineString(
	List<string> list
)

Parameters

list  ListString
Reference to the list of string values to be converted to a single string.

Return Value

String
A single multi-line representation of the caller's string list.

See Also