Multiple Choice
Which one of the following character testing methods would you use to verify whether or not a password contains spaces?
A) char.IsPunctuation
B) char.IsUpper
C) char.IsWhiteSpace
D) char.IsLetterOrDigit
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q57: The _ is a container that can
Q58: In programming terms, _ are a series
Q59: In C#, _ are enclosed in single
Q60: Look at the following code sample: enum
Q61: Look at the following code sample: struct
Q63: The images stored in an ImageList control
Q64: Because enumerators represent integer values, they can
Q65: When you tokenize a string entered by
Q66: You cannot perform comparison operations directly on
Q67: Character testing methods, such as char.IsLetter, return