Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

NumericEdit that accepts values like "6k"? (able to parse the FormatMode the other way around)

Hi,

Is there a way to use things like the EngineeringFormatMode the other way around in a NumericEdit?
So that it is able to parse input strings like "6k" and convert it to its double 6E+6 value?

Currenlty the NumericEdit control has the ability to use a specific FormatMode to convert a double value into a special string representation, but it doesn't work the other way around. If you start to edit the value on a NumericEdit control, it reverts to the normal numeric format and will not accept otherwise (inputing "6k" doesn't work).


In Labview this does work. If you use a Labview Graph and edit the axis ranges, you can input an "Engineering SI" notation and it is able to parse it.

Regards

0 Kudos
Message 1 of 1
(2,873 Views)