Question:You are developing a .NET Framework 2.0 Windows Forms application that will be used
by several Certkiller .com employees in several countries on a workstation used as collateral. The
application is required to fully support customization of the user interface based on the user's preferences
like the language currency and date and time formats. You are required to write code that will compare
the name of two employees which are stored in variables named employee1 and employee2. You are
required to ensure correct comparisons whilst taking care of the regional settings selected. What should
you do? -(VB.NET) 

A The String.Compare(Fileemployee1, Fileemployee2, true,CultureInfo.CurrentCulture) segment
should be used 

B The String.Compare(Fileemployee1, Fileemployee2, true,CultureInfo.InvariantCulture) segment
should be used 

C The String.Compare(Fileemployee1, Fileemployee2, true,CultureInfo.InstalledUICulture) segment
should be used 

D The String.Compare(Fileemployee1, Fileemployee2, true,CultureInfo.CurrentUICulture) segment
should be used 

+ Answer
+ Report
Total Preview: 1309

Copyright © 2024. Powered by Intellect Software Ltd