Java.Util.Formatter.Flush Method
Flushes the Formatter.

Syntax

[Android.Runtime.Register("flush", "()V", "")]
public void Flush ()

Exceptions

TypeReason
Java.Util.FormatterClosedExceptionif the Formatter has been closed.

Remarks

Flushes the Formatter. If the output destination is Java.IO.IFlushable, then the method flush() will be called on that destination.

[Android Documentation]

Requirements

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