Click or drag to resize

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
C#
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: Boolean
true if conversion of all values succeeded; otherwise, false.
See Also