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
。
注解
此属性确定 (字节的值,) 定义 ReadLine 和 WriteLine 方法的行尾。 默认情况下,行尾值是 Visual Basic) \n
C# Constants.vbLf 中的换行符 (。 如果要使用的特定串行设备出于相同的目的使用不同的值,则可以将此值更改为其他值。