EnumerableConversionTTry Method |
Returns the collection of converted values.
A return value indicates whether conversion of all values succeeded.
Namespace:
TB.ComponentModel
Assembly:
UniversalTypeConverter (in UniversalTypeConverter.dll) Version: 2.0.0
Syntax public bool Try(
out Collection<T> result
)
Parameters
- result
- Type: System.Collections.ObjectModelCollectionT
The collection of converted values if conversion of all values succeeded.
Return Value
Type:
Booleantrue if conversion of all values succeeded; otherwise, false.
See Also