Deutsch | English | Español | Français |
Italiano | 日本語 | 한국어 | Português |
Pусский | 简体中文 | 繁體中文 |
Returns a string that represents the current HttpMultipartFormDataContent object.
Syntax
var string = httpMultipartFormDataContent.toString();
public string ToString()
Public Function ToString() As String
public:
String^ ToString()
Parameters
This method has no parameters.
Return value
Type: String [JavaScript] | System.String [.NET] | Platform::String [C++]
A string that represents the current object.
Requirements (Windows 10 device family)
| |
API contract |
|
Namespace |
|
Metadata |
|
Requirements (Windows 8.x and Windows Phone 8.x)
Minimum supported client |
Windows 8.1 |
---|---|
Minimum supported server |
Windows Server 2012 R2 |
Minimum supported phone |
Windows Phone 8.1 [Windows Phone Silverlight 8.1 and Windows Runtime apps] |
Namespace |
|
Metadata |
|
See also