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
T
The T
corresponding to the value of the specified FormField instance.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET