ExpressionProperty<T>.TryGetObject(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.
Try Get value as object.
public virtual (object Value, string Error) TryGetObject (object data);
abstract member TryGetObject : obj -> ValueTuple<obj, string>
override this.TryGetObject : obj -> ValueTuple<obj, string>
Public Overridable Function TryGetObject (data As Object) As ValueTuple(Of Object, String)
Parameters
- data
- Object
data.
Returns
Value and error.
Implements
Remarks
Helper methods which allows you to work with the expression property values as purely objects.