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 public EnumerableConversion<T> IgnoringNonConvertibleElements()
Return Value
Type:
EnumerableConversionTThis instance as part of a fluent interface.
See Also