Main Content
string
Class: matlab.net.http.io.ContentProvider
Namespace: matlab.net.http.io
Show ContentProvider as string
Syntax
str = string(provider)
Description
returns information about the provider as a string.str
= string(provider
)
Use this method for debugging. It is also invoked by calling in
string
in MessageBody
or
RequestMessage
that contains this provider. In this abstract class,
string
returns the class of the provider. Subclasses can override
this method to return the provider data, if any, or other information about the
provider.
Input Arguments
Output Arguments
Attributes
Access | public |
Version History
Introduced in R2018a