Click or drag to resize

imbStringCollectionExtensionsremoveEmptyOrNull Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Filter out empty or null entries - Vraca listu iz koje su izbaceni null i "" stringovi

Namespace:  imbSCI.Core.extensions.data
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public static List<string> removeEmptyOrNull(
	this IEnumerable<string> input
)
Request Example View Source

Parameters

input
Type: System.Collections.GenericIEnumerableString

Return Value

Type: ListString

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IEnumerableString. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also