Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

PROPERTYEDITORSOURCE - Get the separator that is used for PointSize property

Solved!
Go to solution

How can I retrieve from propertyeditorsource the character separator that it is using for representing strings for PointSize property?

0 Kudos
Message 1 of 3
(4,828 Views)
Solution
Accepted by topic author tonitpp

Try this property:

 

CultureInfo.CurrentCulture.TextInfo.ListSeparator

 

Vijet Patankar

National Instruments

0 Kudos
Message 2 of 3
(4,821 Views)

Great! It works. So I suppose propertyEditorSource internally uses CultureInfo.CurrentCulture.TextInfo.ListSeparator, right? Could you confirm me it? So If I use CultureInfo.CurrentCulture.TextInfo.ListSeparator, the same as propertyEditorSource is using, then I will not have any problem.

 

A lot of thanks for helping me Smiley Wink


@vcp wrote:

Try this property:

 

CultureInfo.CurrentCulture.TextInfo.ListSeparator

 

Vijet Patankar

National Instruments


 

0 Kudos
Message 3 of 3
(4,819 Views)