SerialPort.NewLine 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,用於解譯 ReadLine() 和 WriteLine(String)方法呼叫的結尾。
public:
property System::String ^ NewLine { System::String ^ get(); void set(System::String ^ value); };
public string NewLine { get; set; }
[System.ComponentModel.Browsable(false)]
public string NewLine { get; set; }
member this.NewLine : string with get, set
[<System.ComponentModel.Browsable(false)>]
member this.NewLine : string with get, set
Public Property NewLine As String
屬性值
表示行結尾的值。 默認值為 C# 或 vbLf Visual Basic) 中的換行字元 (“\n”。
- 屬性
例外狀況
屬性值是空的。
屬性值為 null
。
備註
此屬性會決定 (位元組的值,) 定義和 WriteLine 方法的行ReadLine尾。 根據預設,行尾值為 C# Constants.vbLf 中的換行字元, (\n
Visual Basic) 。 如果您要使用的特定序列裝置針對相同用途使用不同的值,您可以將此值變更為不同的值。