Click or drag to resize
StringHelperJoin Method (String)
串联字符串数组的所有非空内容,其中在每个元素之间使用逗号分隔符。

Namespace: X3Platform.Util
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public static string Join(
	params 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