C Board  

Go Back   C Board > General Programming Boards > C# Programming

Closed Thread
 
LinkBack Thread Tools Display Modes
Old 06-17-2008, 05:58 AM   #1
Registered User
 
Join Date: May 2006
Posts: 1,579
CultureInfo.CurrentCulture

Hello everyone,


Will this way faster if I need to supply CultureInfo, compared with calling CultureInfo.CurrentCulture each time?

1. using a static member CultureInfo, and retrieve only once using CultureInfo.CurrentCulture;
2. when need to supply CultureInfo, provide the static member reference.


thanks in advance,
George
George2 is offline  
Closed Thread

Thread Tools
Display Modes

Forum Jump


All times are GMT -6. The time now is 02:06 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22