Dela via


DocumentFieldValue.AsString Method

Definition

Gets the value of the field as a String.

public string AsString ();
member this.AsString : unit -> string
Public Function AsString () As String

Returns

The value of the field converted to a String.

Exceptions

Thrown when Azure.AI.FormRecognizer.DocumentAnalysis.DocumentFieldValue.FieldType is not String.

Applies to