and checks that every character entered into myTextField is digit.
if (myTextField.Text.All(Char.IsDigit)){
// is numeric
}else{
// is not numeric
}
$dllPath = "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\...
No comments:
Post a Comment