| AkCommonListJoin Method (ListString) |
字符串列表连接为字符串。
默认使用换行符进行连接。
Namespace: Appkit.CommonAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic static string ListJoin(
List<string> source
)
Parameters
- source
- Type: System.Collections.GenericListString
字符串列表,如果为null则返回空字符串。
Return Value
Type:
String连接后的字符串。
See Also