
Signature
- Nicholas Paldino [.NET/C# MVP]
- mvp@spam.guard.caspershouse.com
Hi Nicholas,
I'am not sure if I have used the right translation for it (German:
Listentrennzeichen). In Windows I can select the character which is use to
seperate two "words" in a list. For example "," for en-EN or ";" for de-DE.
Excel will use this character to separate it's columns for example
"5.1,2,6,9.2".
regards
Peter
> Peter,
>
[quoted text clipped - 14 lines]
>> thanx
>> Peter
Nicholas Paldino [.NET/C# MVP] - 20 Nov 2007 21:13 GMT
Peter,
I understand what you mean, but I don't think windows, let alone .NET,
exposes anything like this. It has delimiters for separators in numbers,
but for general lists, there is nothing. I don't even know if there is a
standard for something like this.

Signature
- Nicholas Paldino [.NET/C# MVP]
- mvp@spam.guard.caspershouse.com
> Hi Nicholas,
>
[quoted text clipped - 25 lines]
>>> thanx
>>> Peter
Peter Holschbach - 20 Nov 2007 21:41 GMT
Got some help in the german NG
System.Globalization.CultureInfo.CurrentCulture.TextInfo.ListSeparator
is the solution
thanx
Peter
> Peter,
>
[quoted text clipped - 32 lines]
>>>> thanx
>>>> Peter
Nicholas Paldino [.NET/C# MVP] - 20 Nov 2007 21:48 GMT
Peter,
Glad you were able to find it. Thank you for teaching me something as
well, I didn't know such a thing existed. =)

Signature
- Nicholas Paldino [.NET/C# MVP]
- mvp@spam.guard.caspershouse.com
> Got some help in the german NG
>
[quoted text clipped - 41 lines]
>>>>> thanx
>>>>> Peter