Click or drag to resize

TypeConverterTryCreate Method

Overload List
  NameDescription
Public methodTryCreateT(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.
Public methodTryCreate(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.
Top
See Also