Java.Text.ChoiceFormat.Format Method
Appends the string associated with the range in which the specified long value fits to the specified string buffer.

Syntax

[Android.Runtime.Register("format", "(JLjava/lang/StringBuffer;Ljava/text/FieldPosition;)Ljava/lang/StringBuffer;", "GetFormat_JLjava_lang_StringBuffer_Ljava_text_FieldPosition_Handler")]
public override Java.Lang.StringBuffer Format (long value, Java.Lang.StringBuffer buffer, FieldPosition field)

Parameters

value
the long to format.
buffer
the target string buffer to append the formatted value to.
field
a FieldPosition which is ignored.

Returns

Documentation for this section has not yet been entered.

Remarks

Appends the string associated with the range in which the specified long value fits to the specified string buffer.

[Android Documentation]

Requirements

Namespace: Java.Text
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1