CultureAwareDynamicObject..::..TryConvert Method

Overload List


  Name Description
Public method TryConvert(ConvertBinder, Nullable<(Of <<'(Object>)>>)%)
Provides implementation for type conversion operations. Classes derived from the DynamicObject class can override this method to specify dynamic behavior for operations that convert an object from one type to another.
Public method TryConvert(System.Dynamic.ConvertBinder,System.Object@)
Provides implementation for type conversion operations. Classes derived from the DynamicObject class can override this method to specify dynamic behavior for operations that convert an object from one type to another.
(Inherited from DynamicObject.)