The ArrayExtensions type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() |
Combine<(Of <<'(T>)>>) |
Combines a series of arrays of the same type into a single array.
|
![]() ![]() |
IsNullOrEmpty |
Indicates whether the specified Array is null or has a zero length.
|
![]() ![]() |
ToDelimitedString<(Of <<'(T>)>>) |
Formats the array as a string, each element delimited by a seperator.
|
![]() ![]() |
ToHexString |
Converts the given byte array to pure hex digits. { 0, 255 } becomes 00FF
|