Select from following answers:- Use String.Format and CurrentCulture
- Use Object.ToString to display dates and currency.
- Use String.Format and CurrentUICulture
- All Above
.Net use CurrentCulture setting to determine how to format
information rendered using String.Format.
Setting CurrentCulture causes .NET to format information (
dates and currency etc)
Show Correct Answer
Source: Microsoft Press book | |
Alert Moderator