# Print output for @column tags ?> NumberPicker.Formatter - Android SDK | Android Developers

Most visited

Recently visited

NumberPicker.Formatter

public static interface NumberPicker.Formatter

android.widget.NumberPicker.Formatter


Interface used to format current value into a string for presentation.

Summary

Public methods

abstract String format(int value)

Formats a string representation of the current value.

Public methods

format

public abstract String format (int value)

Formats a string representation of the current value.

Parameters
value int: The currently selected value.

Returns
String A formatted string representation.