FormField<T>.Implicit(FormField<T> to T) Operator
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.
Implicitly converts a FormField<T> instance into a T
, using the
value returned by Value.
public static implicit operator T(Azure.AI.FormRecognizer.Models.FormField<T> field);
static member op_Implicit : Azure.AI.FormRecognizer.Models.FormField<'T> -> 'T
Public Shared Widening Operator CType (field As FormField(Of T)) As T
Parameters
- field
- FormField<T>
The instance to be converted into a T
.
Returns
The T
corresponding to the value of the specified FormField instance.