| AkCommonListJoin Method (ListString, String) |
字符串列表连接为字符串。
Namespace: Appkit.CommonAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic 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