Click here to Skip to main content
15,889,281 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: Framework compatibility Pin
Vasudevan Deepak Kumar30-May-07 21:29
Vasudevan Deepak Kumar30-May-07 21:29 
Question.Net 1.1 --> .Net 2.0 Pin
Tal S.24-May-07 3:55
Tal S.24-May-07 3:55 
AnswerRe: .Net 1.1 --> .Net 2.0 Pin
Not Active24-May-07 4:33
mentorNot Active24-May-07 4:33 
AnswerRe: .Net 1.1 --> .Net 2.0 [modified] Pin
Dave Herren24-May-07 4:42
Dave Herren24-May-07 4:42 
GeneralRe: .Net 1.1 --> .Net 2.0 Pin
Tal S.24-May-07 8:51
Tal S.24-May-07 8:51 
GeneralRe: .Net 1.1 --> .Net 2.0 Pin
Dave Herren24-May-07 9:07
Dave Herren24-May-07 9:07 
GeneralRe: .Net 1.1 --> .Net 2.0 Pin
Christian Graus26-May-07 16:12
protectorChristian Graus26-May-07 16:12 
QuestionDisplay Leading Zeros in .Net framework Pin
Edward Diener24-May-07 2:06
Edward Diener24-May-07 2:06 
In the control panel applet for Regional and Language Options, under Regional Options, in the Cusomize... dialog, Numbers tab, there is an option for Display Leading Zeros.

In Win32 this is equivalent to the Information Type of LOCALE_ILZERO for the GetLocaleInfo/SetLocalInfo functions.

In dotnet the equivalent class is the System.Globalization.CultureInfo class with its NumberFormat property of type NumberFormatInfo as the class representing numeric cultural information.

Yet I can find no equivalent property in NumberFormatInfo for getting or setting the Display Leading Zeros bool value for decimal numbers
for a given culture.

Was this erroneously left out of the dotnet CultureInfo class structure, or is it someplace else where I have not found it ? If it is someplace else I would appreciate someone pointing it out to me where it is.

Obviously I can call the WIN32 API GetLocaleInfo/SetLocalInfo to get this value for a particular culture, but I would prefer not to and use the dotnet framework if it exists there.


Edward Diener

QuestionI don't know if here is the best place to askt this but... Pin
Nelek23-May-07 20:51
protectorNelek23-May-07 20:51 
QuestionWhich is the betst iterator Pin
Blumen23-May-07 19:43
Blumen23-May-07 19:43 
AnswerRe: Which is the betst iterator Pin
Colin Angus Mackay23-May-07 22:55
Colin Angus Mackay23-May-07 22:55 
GeneralRe: Which is the betst iterator Pin
Blumen24-May-07 0:08
Blumen24-May-07 0:08 
GeneralRe: Which is the betst iterator Pin
Christian Graus24-May-07 0:36
protectorChristian Graus24-May-07 0:36 
GeneralRe: Which is the betst iterator Pin
Blumen24-May-07 0:49
Blumen24-May-07 0:49 
AnswerRe: Which is the betst iterator Pin
Christian Graus23-May-07 23:09
protectorChristian Graus23-May-07 23:09 
GeneralRe: Which is the betst iterator Pin
Blumen24-May-07 0:09
Blumen24-May-07 0:09 
GeneralRe: Which is the betst iterator Pin
Christian Graus24-May-07 0:32
protectorChristian Graus24-May-07 0:32 
GeneralRe: Which is the betst iterator Pin
Robert Rohde28-May-07 0:03
Robert Rohde28-May-07 0:03 
GeneralRe: Which is the betst iterator Pin
Christian Graus28-May-07 11:34
protectorChristian Graus28-May-07 11:34 
AnswerRe: Which is the betst iterator Pin
Navneet Hegde24-May-07 2:48
Navneet Hegde24-May-07 2:48 
GeneralRe: Which is the betst iterator Pin
Dave Kreskowiak24-May-07 5:43
mveDave Kreskowiak24-May-07 5:43 
GeneralRe: Which is the betst iterator Pin
Dan Neely24-May-07 6:51
Dan Neely24-May-07 6:51 
GeneralRe: Which is the betst iterator Pin
Dave Kreskowiak24-May-07 6:55
mveDave Kreskowiak24-May-07 6:55 
AnswerRe: Which is the betst iterator [modified] Pin
lmoelleb25-May-07 0:01
lmoelleb25-May-07 0:01 
GeneralRe: Which is the betst iterator Pin
Colin Angus Mackay25-May-07 0:10
Colin Angus Mackay25-May-07 0:10 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.