Formatter.Out Method

Definition

Returns the destination for the output.

[Android.Runtime.Register("out", "()Ljava/lang/Appendable;", "")]
public Java.Lang.IAppendable? Out ();
[<Android.Runtime.Register("out", "()Ljava/lang/Appendable;", "")>]
member this.Out : unit -> Java.Lang.IAppendable

Returns

The destination for the output

Attributes

Exceptions

if the Formatter has been closed.

Remarks

Returns the destination for the output.

Java documentation for java.util.Formatter.out().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to