The ArrayExtensions type exposes the following members.

Methods

  Name Description
Public method Static member Combine<(Of <<'(T>)>>)
Combines a series of arrays of the same type into a single array.
Public method Static member IsNullOrEmpty
Indicates whether the specified Array is null or has a zero length.
Public method Static member ToDelimitedString<(Of <<'(T>)>>)
Formats the array as a string, each element delimited by a seperator.
Public method Static member ToHexString
Converts the given byte array to pure hex digits. { 0, 255 } becomes 00FF

See Also