DynamicJsonArray.TryConvert(ConvertBinder, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Converts the DynamicJsonArray instance to a compatible type.
public override bool TryConvert(System.Dynamic.ConvertBinder binder, out object result);
override this.TryConvert : System.Dynamic.ConvertBinder * obj -> bool
Public Overrides Function TryConvert (binder As ConvertBinder, ByRef result As Object) As Boolean
Parameters
- binder
- ConvertBinder
Provides information about the conversion operation.
- result
- Object
When this method returns, contains the result of the type conversion operation. This parameter is passed uninitialized.
Returns
true if the conversion was successful; otherwise, false.