Microsoft Exam Questions

Which two approaches should you recommend?

You need to design a solution that supports the end user display requirements for dates, numbers, and prices.
Which two approaches should you recommend?
(Each correct answer presents part of the solution. Choose two.)

A.
Use CurrentCulture.

B.
Use CurrentUICulture.

C.
Display all dates, numbers, and prices by using the String.Format() property of the controls.

D.
Display all dates, numbers, and prices by using the ToString(Format) method of the reference and value types.