TypedValue.String Property

Definition

If the value holds a string, this is it.

[Android.Runtime.Register("string")]
public Java.Lang.ICharSequence? String { get; set; }
[<Android.Runtime.Register("string")>]
member this.String : Java.Lang.ICharSequence with get, set

Property Value

Attributes

Remarks

If the value holds a string, this is it.

Java documentation for android.util.TypedValue.string.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to