IPrinter.Println(String) Method

Definition

Write a line of text to the output.

[Android.Runtime.Register("println", "(Ljava/lang/String;)V", "GetPrintln_Ljava_lang_String_Handler:Android.Util.IPrinterInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void Println (string? x);
[<Android.Runtime.Register("println", "(Ljava/lang/String;)V", "GetPrintln_Ljava_lang_String_Handler:Android.Util.IPrinterInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member Println : string -> unit

Parameters

x
String
Attributes

Remarks

Write a line of text to the output. There is no need to terminate the given string with a newline.

Java documentation for android.util.Printer.println(java.lang.String).

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