Java.Util.Formatter.Close Method
Closes the Formatter.

Syntax

[Android.Runtime.Register("close", "()V", "")]
public void Close ()

Remarks

Closes the Formatter. If the output destination is Java.IO.ICloseable, then the method close() will be called on that destination. If the Formatter has been closed, then calling the this method will have no effect. Any method but the Formatter.IoException that is called after the Formatter has been closed will raise a FormatterClosedException.

[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