Android.Text.SpannedString Class
This is the class for text whose content and markup are immutable.

See Also: SpannedString Members

Syntax

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

Remarks

This is the class for text whose content and markup are immutable. For mutable markup, see Android.Text.SpannableString; 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