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.