StringHelperCompart Method |
以分隔符拆分字符串
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public static string[] Compart(
string ids,
int itemMaxLength,
char splitChar
)
Public Shared Function Compart (
ids As String,
itemMaxLength As Integer,
splitChar As Char
) As String()
public:
static array<String^>^ Compart(
String^ ids,
int itemMaxLength,
wchar_t splitChar
)
static member Compart :
ids : string *
itemMaxLength : int *
splitChar : char -> string[]
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