TextEditor2.Forms.TagErrorHandler.FillTextBox C# (CSharp) Method

FillTextBox() private method

private FillTextBox ( ) : void
return void
        private void FillTextBox()
        {
            ErrorTextBox.Text = new string(Encoding.ASCII.GetChars(ErrorData.ToArray()));
        }