Click or drag to resize

TypeValueDictionaryTryGet Method

Gets the value associated with the specified destination type.

Namespace:  TB.ComponentModel
Assembly:  UniversalTypeConverter (in UniversalTypeConverter.dll) Version: 2.0.0
Syntax
C#
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: Boolean
true if a value is defined; otherwise, false.
See Also