Click or drag to resize
StringHelperCompart Method
以分隔符拆分字符串

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public static string[] Compart(
	string ids,
	int itemMaxLength,
	char splitChar
)

Parameters

ids
Type: SystemString

[Missing <param name="ids"/> documentation for "M:Adf.StringHelper.Compart(System.String,System.Int32,System.Char)"]

itemMaxLength
Type: SystemInt32
单字符串最大长度
splitChar
Type: SystemChar
拆分符

Return Value

Type: String

[Missing <returns> documentation for "M:Adf.StringHelper.Compart(System.String,System.Int32,System.Char)"]

See Also