Android.Widget.TextView.SetText Method
Sets the TextView to display the specified slice of the specified char array.

Syntax

[Android.Runtime.Register("setText", "([CII)V", "")]
public void SetText (char[] text, int start, int len)

Parameters

text
Documentation for this section has not yet been entered.
start
Documentation for this section has not yet been entered.
len
Documentation for this section has not yet been entered.

Remarks

Sets the TextView to display the specified slice of the specified char array. You must promise that you will not change the contents of the array except for right before another call to setText(), since the TextView has no way to know that the text has changed and that it needs to invalidate and re-layout.

[Android Documentation]

Requirements

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