JavaSystem.LineSeparator Method

Definition

Returns the system-dependent line separator string.

[Android.Runtime.Register("lineSeparator", "()Ljava/lang/String;", "")]
public static string LineSeparator ();
[<Android.Runtime.Register("lineSeparator", "()Ljava/lang/String;", "")>]
static member LineSeparator : unit -> string

Returns

String

the system-dependent line separator string

Attributes

Remarks

Java documentation for java.lang.System.lineSeparator().

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