I am currently working on my Windows Console app. Is there any way to let the users only input numbers and one dot in the text box, inside the TextChanged
part?
private void Input_TextChanged(object sender, TextChangedEventArgs e)
{
}
Your help would be appreciated.