Hi,
How to check if the TextBox start with % and end with %?
It is straightforward. For example
TextBox.Text = "%WPF%;
TextBox.Text = "NO WPF;
TextBox.Text = "%WPF001%;
TextBox.Text = "NO WPF 002;
Hi,
How to check if the TextBox start with % and end with %?
It is straightforward. For example
TextBox.Text = "%WPF%;
TextBox.Text = "NO WPF;
TextBox.Text = "%WPF001%;
TextBox.Text = "NO WPF 002;