WebBodyFormatMessageProperty.ToString 方法

定义

返回属性的名称和构造时使用的编码格式。

public:
 override System::String ^ ToString();
public override string ToString();
override this.ToString : unit -> string
Public Overrides Function ToString () As String

返回

返回“WebBodyFormatMessageProperty: EncodingFormat={0}”,其中指定{0}WebContentFormat.ToString()使用的编码格式。

适用于