Class EnumerableOfStringExtensions
Extension methods for System.Collections.Generic.IEnumerable<T> where T is a string, and also string arrays.
Inheritance
Inherited Members
Namespace: Mozzarella
Assembly: cs.temp.dll.dll
Syntax
public static class EnumerableOfStringExtensions
Methods
Name | Description |
---|---|
Coalesce(IEnumerable<String>) | Returns the first non-null, non-empty string from those provided. If there is no non-null, non-empty string containing at least one non-whitespace character in |
Coalesce(IEnumerable<String>, CoalesceOptions) | Returns the first non-null, non-empty string from those provided. If there is no non-null, non-empty string in |
Coalesce(String[]) | Returns the first non-null, non-empty and non-whitespace string from those provided. If there is no non-null, non-empty string containing at least one non-whitespace character in |
Coalesce(String[], CoalesceOptions) | Returns the first non-null, non-empty string from those provided. If there is no non-null, non-empty string in |