Java.IO.PrintWriter.Print Method
Prints a string to the target.

Syntax

[Android.Runtime.Register("print", "(Ljava/lang/String;)V", "GetPrint_Ljava_lang_String_Handler")]
public virtual void Print (string str)

Parameters

str
the string to print to the target.

Remarks

Prints a string to the target. The string is converted to an array of bytes using the encoding chosen during the construction of this writer. The bytes are then written to the target with write(int).

If an I/O error occurs, this writer's error flag is set to true.

[Android Documentation]

Requirements

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