private void Convert() { if (this.SelectedMode != null) { OutText = string.Join("\n", this.SelectedMode.Convert(InText.Split("\n").ToList())); } }