Click or drag to resize
StringHelperJoin Method
串连

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public static string Join(
	string splitChar,
	params Object[] args
)

Parameters

splitChar
Type: SystemString

[Missing <param name="splitChar"/> documentation for "M:Adf.StringHelper.Join(System.String,System.Object[])"]

args
Type: SystemObject

[Missing <param name="args"/> documentation for "M:Adf.StringHelper.Join(System.String,System.Object[])"]

Return Value

Type: String

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

See Also