TypeConverterTryCreate Method |
Name | Description | |
---|---|---|
TryCreateT(IDictionaryString, Object, T, CultureInfo) |
Creates a new instance of the given type by mapping the key value pairs of the given dictionary to constructor parameters, public properties and public fields of the given type.
Returns true if creation succeeded. For success, at least on key value pair must be used as a constructor parameter, public property or public field.
If the dictionary contains only one key value pair, its value is returned if it is exactly of the demanded type.
| |
TryCreate(Type, IDictionaryString, Object, Object, CultureInfo) |
Creates a new instance of the given type by mapping the key value pairs of the given dictionary to constructor parameters, public properties and public fields of the given type.
Returns true if creation succeeded. For success, at least on key value pair must be used as a constructor parameter, public property or public field.
If the dictionary contains only one key value pair, its value is returned if it is exactly of the demanded type.
|