Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Extension method: IEnumerable<string> Trim(this IEnumerable<string>)

Declaration

public static IEnumerable<string> Trim(
    this IEnumerable<string> values
)

Summary

Returns the specified collection, but with leading and trailing empty strings and nulls removed.