StringHelper.GetArrayStr Method (List(String), String)

HD.Common

StringHelperGetArrayStr Method (ListString, String) Helper帮助文档

[Missing <summary> documentation for "M:HD.Common.StringHelper.GetArrayStr(System.Collections.Generic.List{System.String},System.String)"]

Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static string GetArrayStr(
	List<string> list,
	string speater
)
Public Shared Function GetArrayStr ( 
	list As List(Of String),
	speater As String
) As String
public:
static String^ GetArrayStr(
	List<String^>^ list, 
	String^ speater
)
static member GetArrayStr : 
        list : List<string> * 
        speater : string -> string 

Parameters

list
Type: System.Collections.GenericListString

[Missing <param name="list"/> documentation for "M:HD.Common.StringHelper.GetArrayStr(System.Collections.Generic.List{System.String},System.String)"]

speater
Type: SystemString

[Missing <param name="speater"/> documentation for "M:HD.Common.StringHelper.GetArrayStr(System.Collections.Generic.List{System.String},System.String)"]

Return Value

Type: String

[Missing <returns> documentation for "M:HD.Common.StringHelper.GetArrayStr(System.Collections.Generic.List{System.String},System.String)"]

See Also

Reference