.Net Framework Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 822 Page Views: 

What is CultureInfo class?



Posted By: Avi Date: 15 October 2010 02:36:49 AM
 Answer:

CultureInfo class provides various information about a specific culture like writing system, calendar used, formatting for dates and numbers.


Posted By: avibtech


Date: 15 October 2010 02:36:49 AM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image 1he3SV
Related Questions
.Net Framework : How can you filter runtime exceptions?

How can you filter runtime exceptions?

By using multiple catch blocks
Category: .Net Framework Date: 10/13/2010 8:38:48 AM
.Net Framework : What is difference between string and stringbuilder?

What is difference between string and stringbuilder?

String is for simple string operations while StringBuilder is used to perform high manipulation stri....
Category: .Net Framework Date: 7/3/2010 1:55:44 PM
.Net Framework : What is difference between Monitor.Enter and Monitor.TryEnter functions?

What is difference between Monitor.Enter and Monitor.TryEnter functions?

Monitor.Enter waits for the lock until it does not get it, while Monitor.TryEnter will request for l....
Category: .Net Framework Date: 7/3/2010 1:52:22 PM
.Net Framework : What is CLR and what is the task perform by CLR?

What is CLR and what is the task perform by CLR?

CLR stand for Common Language Runtime. It has following tasks: 1. Executing IL 2. Code Verificatio....
Category: .Net Framework Date: 7/3/2010 1:48:33 PM
.Net Framework : Explain Managed and Unmanaged Code in .Net?

Explain Managed and Unmanaged Code in .Net?

Managed code is code that has its execution managed by the .NET Framework Common Language Runtime. T....
Category: .Net Framework Date: 1/8/2010 1:57:09 PM