Creates a delimited string from a sequence of values and a given delimiter.
Namespace: MoreLinqMoreLinq (in MoreLinq.dll) Version: 3.0.0
Syntaxpublic static string ToDelimitedString( this IEnumerable<short> source, string delimiter )
<ExtensionAttribute> Public Shared Function ToDelimitedString ( source As IEnumerable(Of Short), delimiter As String ) As String
public: [ExtensionAttribute] static String^ ToDelimitedString( IEnumerable<short>^ source, String^ delimiter )
[<ExtensionAttribute>] static member ToDelimitedString : source : IEnumerable<int16> * delimiter : string -> stringParameters
Type:
StringA string that consists of the elements in
sourcedelimited by
delimiter. If the source sequence is empty, the method returns an empty string.
Usage NoteIn Visual Basic and C#, you can call this method as an instance method on any object of type
IEnumerableInt16. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic)or
Extension Methods (C# Programming Guide).
Exceptions RemarksThis operator uses immediate execution and effectively buffers the sequence.
See AlsoRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4