Share via


ExpressionProperty<T>.TryGetValue(Object) Method

Definition

Try to Get the value.

public virtual (T Value, string Error) TryGetValue (object data);
abstract member TryGetValue : obj -> ValueTuple<'T, string>
override this.TryGetValue : obj -> ValueTuple<'T, string>
Public Overridable Function TryGetValue (data As Object) As ValueTuple(Of T, String)

Parameters

data
Object

data to use for expression binding.

Returns

value.

Applies to