Java.IO.DataOutputStream.WriteChars Method
Writes the 16-bit characters contained in str in big-endian order.

Syntax

[Android.Runtime.Register("writeChars", "(Ljava/lang/String;)V", "")]
public void WriteChars (string str)

Parameters

str
the string that contains the characters to write.

Exceptions

TypeReason
Java.IO.IOException

Remarks

Writes the 16-bit characters contained in str in big-endian order.

[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