Method TrimEnd
TrimEnd(String[])
Removes null or empty elements from the end of a string array.
Declaration
public static string[] TrimEnd(this string[] input)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | input | This string array. |
Returns
Type | Description |
---|---|
System.String[] | The array with any null or empty elements removed from the end. |