Click or drag to resize

EnumerableConversionTIgnoringNonConvertibleElements Method

Instructs the enumerator to ignore non convertible values without throwing an exception.

Namespace:  TB.ComponentModel
Assembly:  UniversalTypeConverter (in UniversalTypeConverter.dll) Version: 2.0.0
Syntax
C#
public EnumerableConversion<T> IgnoringNonConvertibleElements()

Return Value

Type: EnumerableConversionT
This instance as part of a fluent interface.
See Also