Main Content

string

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

StringProvider Data property

Syntax

str = string(provider)

Description

str = string(provider) returns the contents of the Data property as a string. If Data is not set, then the method returns an empty string. The show method returns the same information.

Input Arguments

expand all

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

Attributes

Accesspublic

Version History

Introduced in R2018a

See Also

|