Java.Lang.String.ToCharArray Method
Returns a new char array containing a copy of the chars in this string.

Syntax

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

Returns

Documentation for this section has not yet been entered.

Remarks

Returns a new char array containing a copy of the chars in this string. This is expensive and rarely useful. If you just want to iterate over the chars in the string, use String.CharAt(int) instead.

[Android Documentation]

Requirements

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