Windows Develop Bookmark and Share   
 index > Windows Forms General > changing NumberDecimalSeparator
 

changing NumberDecimalSeparator

I wanted to change number decimal separator for a current culture, but when I try to change it using CurrentThread->CurrentCUlture->NumberDecimalSeparator I get an information that it is read-only. How to change it?

bucz  Wednesday, October 17, 2007 8:45 AM

This property

System.Threading.Thread.CurrentThread.CurrentCulture.NumberFormat.NumberDecimalSeparator

is not read only.

Zhi-Xin Ye  Thursday, October 18, 2007 8:55 AM

This property

System.Threading.Thread.CurrentThread.CurrentCulture.NumberFormat.NumberDecimalSeparator

is not read only.

Zhi-Xin Ye  Thursday, October 18, 2007 8:55 AM

You can use google to search for other answers

Custom Search

More Threads

• Windows Forms with Web Like Interfaces?
• Any .net gurus ih philadelphia?
• ListView ItemDrag event stops firing when using right-click-and-drag
• How can I print a richtextbox which contains multiple fonts, colors and fontstyles?
• Color of GroupBox Title
• Opening Notepad and dumping text into it
• when Form is too wide doesn't fit into screen
• Closing an application
• ovveride OnPaint not called on Custom Tab Control
• Disposed Object and Passing values from one form to another. (VC# 2005)