EntityUtils.ToString Method

Definition

Overloads

ToString(IHttpEntity)
ToString(IHttpEntity, String)

ToString(IHttpEntity)

[Android.Runtime.Register("toString", "(Lorg/apache/http/HttpEntity;)Ljava/lang/String;", "")]
public static string? ToString (Org.Apache.Http.IHttpEntity? entity);
[<Android.Runtime.Register("toString", "(Lorg/apache/http/HttpEntity;)Ljava/lang/String;", "")>]
static member ToString : Org.Apache.Http.IHttpEntity -> string

Parameters

entity
IHttpEntity

Returns

Attributes

Exceptions

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

ToString(IHttpEntity, String)

[Android.Runtime.Register("toString", "(Lorg/apache/http/HttpEntity;Ljava/lang/String;)Ljava/lang/String;", "")]
public static string? ToString (Org.Apache.Http.IHttpEntity? entity, string? defaultCharset);
[<Android.Runtime.Register("toString", "(Lorg/apache/http/HttpEntity;Ljava/lang/String;)Ljava/lang/String;", "")>]
static member ToString : Org.Apache.Http.IHttpEntity * string -> string

Parameters

entity
IHttpEntity
defaultCharset
String

Returns

Attributes

Exceptions

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to