你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MigrationCommonModelFormatter.ConcatStringList 方法

定义

Concats 所有在列表中指定由指定的分隔符分隔的字符串

public string ConcatStringList (System.Collections.Generic.List<string> stringList, string delimiter = default);
member this.ConcatStringList : System.Collections.Generic.List<string> * string -> string
Public Function ConcatStringList (stringList As List(Of String), Optional delimiter As String = Nothing) As String

参数

stringList
List<String>

要串联的字符串列表

delimiter
String

分隔符 b/w 单个字符串

返回

通过串联列表中的字符串构成的单个字符串

适用于