Main Content

string

Class: matlab.net.http.io.FormProvider
Namespace: matlab.net.http.io

FormProvider Data property

Syntax

str = string(provider)

Description

str = string(provider) returns the contents of the Data property as a string. This information is also displayed by the show method.

Input Arguments

expand all

Content provider specified as a matlab.net.http.io.FormProvider object.

Attributes

Accesspublic

Version History

Introduced in R2018a

See Also