Extensions.ToCustomString(IEnumerable<Int32>) Method

Definition

String representation of elements of an IEnumerable<T> of Int32.

public static string ToCustomString (this System.Collections.Generic.IEnumerable<int> ints);
static member ToCustomString : seq<int> -> string
<Extension()>
Public Function ToCustomString (ints As IEnumerable(Of Integer)) As String

Parameters

Returns

String

String representation of input elements.

Applies to