PrepAway - Latest Free Exam Questions & Answers

Which code segment should you use?

You are developing an application that accepts the input of dates from the user.
Users enter the date in their local format. The date entered by the user is stored in a string variable
named inputDate. The valid date value must be placed in a DateTime variable named validatedDate.
You need to validate the entered date and convert it to Coordinated Universal Time (UTC). The code
must not cause an exception to be thrown.
Which code segment should you use?

PrepAway - Latest Free Exam Questions & Answers

A.
Option A

B.
Option B

C.
Option C

D.
Option D

Explanation:
AdjustToUniversal parses s and, if necessary, converts it to UTC.
Note: The DateTime.TryParse method converts the specified string representation of a date and time
to its DateTime equivalent using the specified culture-specific format information and formatting
style, and returns a value that indicates whether the conversion succeeded.

One Comment on “Which code segment should you use?


Leave a Reply