TextView.BufferType.ValueOf(String) Method

Definition

public static final enum TextView.BufferType extends Enum Type of the text buffer that defines the characteristics of the text such as static, styleable, or editable.

[Android.Runtime.Register("valueOf", "(Ljava/lang/String;)Landroid/widget/TextView$BufferType;", "")]
public static Android.Widget.TextView.BufferType ValueOf(string name);
[<Android.Runtime.Register("valueOf", "(Ljava/lang/String;)Landroid/widget/TextView$BufferType;", "")>]
static member ValueOf : string -> Android.Widget.TextView.BufferType

Parameters

name
String

String

Returns

The result of the value of operation.

Attributes

Remarks

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