'Declaration
<ExtensionAttribute()> <NotNullAttribute()> Public Shared Function ListToString(Of T)( _ ByVal source As IEnumerable(Of T), _ Optional ByVal delimiter As String _ ) As String
Parameters
- source
- delimiter
Type Parameters
- T
'Declaration
<ExtensionAttribute()> <NotNullAttribute()> Public Shared Function ListToString(Of T)( _ ByVal source As IEnumerable(Of T), _ Optional ByVal delimiter As String _ ) As String