blah blah blah is here! blah blah » Close

0
votes
1 answers

the exploitation of risk averse cultures

Is there a risk-averse culture definition? A risk-averse culture is probably unambiguous and will only accept 4 digit years and only in a W3C/ISO kind of date format which is year/month/day. Note that to implement your own for dates can ...

1
votes
1 answers

how to convert culture type in c# like 123.23 into 123,23 and vice versa. (, used as decimal in germany)

i am trying to convert the numbers like 11.11 to german culture as 11,11. pls find me code for this problem?

0
votes
0 answers

how to convert string into double as from german culture into other cultures in c#?

i need a pgm and i didnt get the code for converting culture in c3.net.pls reply me as soon as possible.

1
votes
1 answers

Use a class for recurrent code

I've been trying to write a class so I do not need to write my code many times in different pages. I'm doing an asp.net project in C# and I would like to have the day and the dates on top of my pages. Example Sunday 2009-12-20, but I like t ...

Feedback