Share via


IFieldState<T>.GetValue(T) Method

Definition

Get this field value from form state.

public object GetValue (T state);
abstract member GetValue : 'T -> obj
Public Function GetValue (state As T) As Object

Parameters

state
T

Form state to get field value from.

Returns

Current value found in state.

Applies to