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()
35
35
IsValidDecimalResult . FontWeight = InputTextBox . Text . IsDecimal ( ) ? FontWeights . Bold : FontWeights . Normal ;
36
36
37
37
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 ;
39
39
40
40
IsValidPhoneNumberResult . Text = InputTextBox . Text . IsPhoneNumber ( ) . ToString ( ) ;
41
41
IsValidPhoneNumberResult . FontWeight = InputTextBox . Text . IsPhoneNumber ( ) ? FontWeights . Bold : FontWeights . Normal ;
42
42
}
43
43
}
44
- }
44
+ }
You can’t perform that action at this time.
0 commit comments