Java.Lang.JavaSystem.LineSeparator Method
Returns the system's line separator.

Syntax

[Android.Runtime.Register("lineSeparator", "()Ljava/lang/String;", "")]
public static string LineSeparator ()

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the system's line separator. On Android, this is "\n". The value comes from the value of the line.separator system property when the VM starts. Later changes to the property will not affect the value returned by this method.

[Android Documentation]

Requirements

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