adspace
Answer Posted / 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 View All Answers
How to store images in sql server database through vb.net?
Explain an assembly?
How can I extract the formated word(bold,italic,underline,font,color etc) from the msword file.?
Explain the difference between system.string and system.stringbuilder classes?
What are the features of c# which are not present in vb.net?
How to send xml file on server using http protocol?
Explain the difference between datatable and dataset?
Explain how can we remove handlers at run time?
What is option strict?
What is the use of assembly?
How to retrieve images in sql server database through vb.net?
What is early binding?