Android.Text.SpannableString Class
This is the class for text whose content is immutable but to which markup objects can be attached and detached.

See Also: SpannableString Members

Syntax

[Android.Runtime.Register("android/text/SpannableString", DoNotGenerateAcw=true)]
public class SpannableString : SpannableStringInternal, IGetChars, ISpannable, IEnumerable<char>, IDisposable

Remarks

This is the class for text whose content is immutable but to which markup objects can be attached and detached. For mutable text, see Android.Text.SpannableStringBuilder.

[Android Documentation]

Requirements

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