Finding decimal separator

  • Thread starter Thread starter Jan Eliasen
  • Start date Start date
J

Jan Eliasen

Hi

I need to build a string, that contains a number, and I need write a
decimal to the string. How do I find out if I should use . (dot) or ,
(comma) as decimal separator? Is it in the registry, or where can I
find it? I mean.. it is in "Regional Settings", but how do I get to
that setting?

Thanks in advance

--
Eliasen Jr. representing himself and not the company he works for.

Private email: (e-mail address removed)

"Ford," he said, "you're turning into a penguin. Stop it."
 
Jan Eliasen said:
Hi

I need to build a string, that contains a number, and I need write a
decimal to the string. How do I find out if I should use . (dot) or ,
(comma) as decimal separator? Is it in the registry, or where can I
find it? I mean.. it is in "Regional Settings", but how do I get to
that setting?

Thanks in advance

--
Eliasen Jr. representing himself and not the company he works for.

Private email: (e-mail address removed)

"Ford," he said, "you're turning into a penguin. Stop it."

You'll find it here: HKEY_CURRENT_USER\Control Panel\International\sDecimal
 
You'll find it here: HKEY_CURRENT_USER\Control Panel\International\sDecimal
Thanks!

--
Eliasen Jr. representing himself and not the company he works for.

Private email: (e-mail address removed)

"Ford," he said, "you're turning into a penguin. Stop it."
 
Back
Top