Explain about Visual basic.NET culture?



Explain about Visual basic.NET culture?..

Answer / Komal Prakash

In VB.NET, culture refers to a set of rules that govern the formatting of numbers, dates, and other region-specific information. The Culture property determines the current culture for an application, while the Thread.CurrentThread.CurrentCulture and Thread.CurrentThread.CurrentUICulture properties allow you to change the culture during runtime.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More VB.NET Interview Questions

Explain about garbage collection?

1 Answers  


What is a static variable?

6 Answers  


What are the different types of Lock available in Visual Basic?

1 Answers   CGI,


Explain jit?

1 Answers  


Explain the advantages of migrating to vb.net?

1 Answers  


What is MSIL.

8 Answers   HDFC,


What are the advantages of an assembly?

1 Answers  


Why do you need Lock in Visual Basic?

1 Answers   CGI,


described weak typing?

1 Answers  


Name some of the features present in vb 2005?

1 Answers  


How do you call a stored procedure in Visual Basic?

1 Answers   CGI,


Write a program that accepts an array of numbers, and two numbers (an element and a position in the array) and inserts the given element into nth position of the array.

2 Answers  


Categories