ARCed.Scintilla.EndOfLine.ConvertAllLines C# (CSharp) Method

ConvertAllLines() public method

Converts all lines in the document to the given mode.
public ConvertAllLines ( EndOfLineMode toMode ) : void
toMode EndOfLineMode The EndOfLineMode to convert all lines to
return void
        public void ConvertAllLines(EndOfLineMode toMode)
        {
            NativeScintilla.ConvertEols((int)toMode);
        }