File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Microsoft.Toolkit.Uwp.SampleApp/SamplePages/StringExtensions Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,10 +35,10 @@ private void ValidateCurrentText()
3535 IsValidDecimalResult . FontWeight = InputTextBox . Text . IsDecimal ( ) ? FontWeights . Bold : FontWeights . Normal ;
3636
3737 IsValidStringResult . Text = InputTextBox . Text . IsCharacterString ( ) . ToString ( ) ;
38- IsValidPhoneNumberResult . FontWeight = InputTextBox . Text . IsCharacterString ( ) ? FontWeights . Bold : FontWeights . Normal ;
38+ IsValidStringResult . FontWeight = InputTextBox . Text . IsCharacterString ( ) ? FontWeights . Bold : FontWeights . Normal ;
3939
4040 IsValidPhoneNumberResult . Text = InputTextBox . Text . IsPhoneNumber ( ) . ToString ( ) ;
4141 IsValidPhoneNumberResult . FontWeight = InputTextBox . Text . IsPhoneNumber ( ) ? FontWeights . Bold : FontWeights . Normal ;
4242 }
4343 }
44- }
44+ }
You can’t perform that action at this time.
0 commit comments