Microsoft
70-519 · Question #275
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…
The correct answer is A. Use CurrentCutture. C. Display all dates, numbers, and prices by using the Stnng.format() property of the controls. See the full explanation below for the reasoning.
Question
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.)
Options
- AUse CurrentCutture.
- BUse CurrentUlCulture.
- CDisplay all dates, numbers, and prices by using the Stnng.format() property of the controls.
- DDisplay all dates, numbers, and prices by using the ToString(tormat) method of the reference
How the community answered
(27 responses)- A85% (23)
- B11% (3)
- D4% (1)
Community Discussion
No community discussion yet for this question.