Java.IO.ByteArrayOutputStream.ToString Method
Returns the contents of this ByteArrayOutputStream as a string.

Syntax

[Android.Runtime.Register("toString", "(I)Ljava/lang/String;", "GetToString_IHandler")]
[System.Obsolete("deprecated")]
public virtual string ToString (int hibyte)

Parameters

hibyte
the high byte of each resulting Unicode character.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the contents of this ByteArrayOutputStream as a string. Each byte b in this stream is converted to a character c using the following function: c == (char)(((hibyte & 0xff) . This method is deprecated and either ByteArrayOutputStream.toString() or ByteArrayOutputStream.ToString(string) should be used.

[Android Documentation]

Requirements

Namespace: Java.IO
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1