DefaultOptions.NewLineCharacterOptionName Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The default option that determines the newline character or characters. The newline character can be a string, as in the common case of "\r\n". This setting applies when ReplicateNewLineCharacter is false, or when ReplicateNewLineCharacter is true and the text buffer is empty.
public: System::String ^ NewLineCharacterOptionName;
std::wstring NewLineCharacterOptionName;
public const string NewLineCharacterOptionName;
val mutable NewLineCharacterOptionName : string
Public Const NewLineCharacterOptionName As String