IExpressionProperty.TryGetObject(Object) Method

Definition

Try Get value as object.

public (object,string) TryGetObject (object data);
abstract member TryGetObject : obj -> ValueTuple<obj, string>
Public Function TryGetObject (data As Object) As ValueTuple(Of Object, String)

Parameters

data
Object

data.

Returns

ValueTuple<Object,String>

Value and error.

Remarks

Helper methods which allows you to work with the expression property values as purely objects.

Applies to