Click or drag to resize
StringHelperJoin Method (String, 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(
	string separator,
	params string[] values
)

Parameters

separator
Type: SystemString

[Missing <param name="separator"/> documentation for "M:X3Platform.Util.StringHelper.Join(System.String,System.String[])"]

values
Type: SystemString

[Missing <param name="values"/> documentation for "M:X3Platform.Util.StringHelper.Join(System.String,System.String[])"]

Return Value

Type: String

[Missing <returns> documentation for "M:X3Platform.Util.StringHelper.Join(System.String,System.String[])"]

See Also