StringHelperJoin Method (String) |
串联字符串数组的所有非空内容,其中在每个元素之间使用逗号分隔符。
Namespace: X3Platform.UtilAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic static string Join(
params string[] values
)
public:
static String^ Join(
... array<String^>^ values
)
Parameters
- values
- Type: SystemString
[Missing <param name="values"/> documentation for "M:X3Platform.Util.StringHelper.Join(System.String[])"]
Return Value
Type:
String[Missing <returns> documentation for "M:X3Platform.Util.StringHelper.Join(System.String[])"]
See Also