Extensions.ToCustomString(IEnumerable<Int32>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- ints
- IEnumerable<Int32>
IEnumerable<T> of Int32.
Returns
String representation of input elements.