ARCed.Scintilla.UndoRedoFlags.ToString C# (CSharp) Method

ToString() public method

Overridden
public ToString ( ) : string
return string
        public override string ToString()
        {
            return string.Format(STRING_FORMAT, this.IsUndo, this.IsRedo, this.IsMultiStep, this.IsLastStep, this.IsMultiLine);
        }