ConversionUtilities.ArrayToString<T>(T[], String) 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.
public static string ArrayToString<T> (this T[] array, string delimiter);
static member ArrayToString : 'T[] * string -> string
<Extension()>
Public Function ArrayToString(Of T) (array As T(), delimiter As String) As String
Type Parameters
- T
Parameters
- array
- T[]
- delimiter
- String