ExpressionProperty<T>.ConvertObject(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.
Convert raw object to desired value type.
protected virtual T ConvertObject (object result);
abstract member ConvertObject : obj -> 'T
override this.ConvertObject : obj -> 'T
Protected Overridable Function ConvertObject (result As Object) As T
Parameters
- result
- Object
result to convert to object of type T.
Returns
T
object of type T.
Remarks
This method is called whenever an object is fected via expression or is deserialized from raw text.