Java.IO.PrintWriter.Print Method
Prints the string representation of the specified character to the target.

Syntax

[Android.Runtime.Register("print", "(C)V", "GetPrint_CHandler")]
public virtual void Print (char ch)

See Also

PrintWriter.Print(string)

Parameters

ch
the character to print to the target.

Remarks

Prints the string representation of the specified character to the target.

[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