CultureAwareDynamicObject..::..TryConvert Method
Overload List
Name | Description | |
---|---|---|
![]() |
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.
|
![]() |
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.) |