Android.App.ProgressDialog.SetProgressNumberFormat Method
Change the format of the small text showing current and maximum units of progress.

Syntax

[Android.Runtime.Register("setProgressNumberFormat", "(Ljava/lang/String;)V", "GetSetProgressNumberFormat_Ljava_lang_String_Handler")]
public virtual void SetProgressNumberFormat (string format)

Parameters

format
A string passed to Java.Lang.String.format(java.lang.String, java.lang.Object...); use "%1d" for the current number and "%2d" for the maximum. If null, nothing will be shown.

Remarks

Change the format of the small text showing current and maximum units of progress. The default is "%1d/%2d". 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