NewLineCharacter.Default Property

Definition

Gets the default value ("\r\n").

public:
 virtual property System::String ^ Default { System::String ^ get(); };
public:
 virtual property Platform::String ^ Default { Platform::String ^ get(); };
public override string Default { get; }
member this.Default : string
Public Overrides ReadOnly Property Default As String

Property Value

"\r\n".

Applies to