Android.App.ProgressDialog.SetProgressPercentFormat Method
Change the format of the small text showing the percentage of progress.

Syntax

[Android.Runtime.Register("setProgressPercentFormat", "(Ljava/text/NumberFormat;)V", "GetSetProgressPercentFormat_Ljava_text_NumberFormat_Handler")]
public virtual void SetProgressPercentFormat (Java.Text.NumberFormat format)

Parameters

format
An instance of a Java.Text.NumberFormat to generate the percentage text. If null, nothing will be shown.

Remarks

Change the format of the small text showing the percentage of progress. The default is Java.Text.NumberFormat.PercentInstance Should not be called during the number is progressing.

[Android Documentation]

Requirements

Namespace: Android.App
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11