Java.IO.CharArrayWriter.ToCharArray Method
Returns the contents of the receiver as a char array.

Syntax

[Android.Runtime.Register("toCharArray", "()[C", "GetToCharArrayHandler")]
public virtual char[] ToCharArray ()

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the contents of the receiver as a char array. The array returned is a copy and any modifications made to this writer after calling this method are not reflected in the result.

[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