Click or drag to resize
AkCommonListJoin Method (ListString, String)
字符串列表连接为字符串。

Namespace: Appkit.Common
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public static string ListJoin(
	List<string> source,
	string delimiter
)

Parameters

source
Type: System.Collections.GenericListString
字符串列表,如果为null则返回空字符串。
delimiter
Type: SystemString
分隔字符串,例如逗号、分号或换行符,如果为null则视为空字符串。

Return Value

Type: String
连接后的字符串。
See Also