TypeValueDictionaryTryGet Method |
Gets the value associated with the specified destination type.
Namespace:
TB.ComponentModel
Assembly:
UniversalTypeConverter (in UniversalTypeConverter.dll) Version: 2.0.0
Syntax public bool TryGet(
Type destinationType,
out Object value
)
Parameters
- destinationType
- Type: SystemType
- value
- Type: SystemObject
Contains the value associated with the specified destination type, if defined.
Return Value
Type:
Booleantrue if a value is defined; otherwise, false.
See Also