| AkCommonListJoin Method (ListString, String, 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,
string border
)
Parameters
- source
- Type: System.Collections.GenericListString
字符串列表,如果为null则返回空字符串。 - delimiter
- Type: SystemString
分隔字符串,例如逗号、分号或换行,如果为null则视为空字符串。 - border
- Type: SystemString
界定字符串,例如单引号或双引号,如果为null则视为空字符串。
Return Value
Type:
String连接后的字符串。
See Also