ConvertHelperArrayCompartT Method |
数组转换为逗号单条限4000长度分隔字符串
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public static string[] ArrayCompart<T>(
IEnumerable<T> inputs
)
Public Shared Function ArrayCompart(Of T) (
inputs As IEnumerable(Of T)
) As String()
public:
generic<typename T>
static array<String^>^ ArrayCompart(
IEnumerable<T>^ inputs
)
static member ArrayCompart :
inputs : IEnumerable<'T> -> string[]
Parameters
- inputs
- Type: System.Collections.GenericIEnumerableT
[Missing <param name="inputs"/> documentation for "M:Adf.ConvertHelper.ArrayCompart``1(System.Collections.Generic.IEnumerable{``0})"]
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "M:Adf.ConvertHelper.ArrayCompart``1(System.Collections.Generic.IEnumerable{``0})"]
Return Value
Type:
String[Missing <returns> documentation for "M:Adf.ConvertHelper.ArrayCompart``1(System.Collections.Generic.IEnumerable{``0})"]
See Also