Java.IO.CharArrayWriter.Size Method
Returns the size of this writer, that is the number of characters it stores.

Syntax

[Android.Runtime.Register("size", "()I", "GetSizeHandler")]
public virtual int Size ()

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the size of this writer, that is the number of characters it stores. This number changes if this writer is reset or when more characters are written to it.

[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