NumberPicker.SetFormatter(NumberPicker+IFormatter) Method

Definition

Set the formatter to be used for formatting the current value.

[Android.Runtime.Register("setFormatter", "(Landroid/widget/NumberPicker$Formatter;)V", "GetSetFormatter_Landroid_widget_NumberPicker_Formatter_Handler")]
public virtual void SetFormatter (Android.Widget.NumberPicker.IFormatter? formatter);
[<Android.Runtime.Register("setFormatter", "(Landroid/widget/NumberPicker$Formatter;)V", "GetSetFormatter_Landroid_widget_NumberPicker_Formatter_Handler")>]
abstract member SetFormatter : Android.Widget.NumberPicker.IFormatter -> unit
override this.SetFormatter : Android.Widget.NumberPicker.IFormatter -> unit

Parameters

formatter
NumberPicker.IFormatter

The formatter object. If formatter is <code>null</code>, String#valueOf(int) will be used.

Attributes

Remarks

Java documentation for android.widget.NumberPicker.setFormatter(android.widget.Formatter).

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

See also