Class ArrayExtensions
Defines a static class containing extension methods for the System.Array class.
Inheritance
System.Object
ArrayExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Juhta.Net.Extensions
Assembly: Juhta.Net.dll
Syntax
public static class ArrayExtensions
Methods
| Improve this Doc View SourceToStringArray(Array)
Converts the current Array instance to a string array.
Declaration
public static string[] ToStringArray(this Array array)
Parameters
Type | Name | Description |
---|---|---|
System.Array | array | Specifies the current Array instance. |
Returns
Type | Description |
---|---|
System.String[] | Returns the current Array instance as a string array. |