DecimalPointLocalizationOptions
- Mise à jour2025-07-21
- Temps de lecture : 1 minute(s)
DecimalPointLocalizationOptions
Use these constants to specify the decimalPointOption parameter of the Engine.LocalizeExpression , Engine.DelocalizeExpression , and Engine.GetLocalizedDecimalPoint methods. The decimalPointOption parameter specifies how TestStand determines which character it uses as the localized decimal point character.
- DecimalPoint_UseComma –(Value: 4) Use the comma character.
- DecimalPoint_UsePeriod –(Value: 3) Use the period character.
- DecimalPoint_UsePreference –(Value: 1) Use the Station Options localization preferences to determine whether to use the operating system setting.
- DecimalPoint_UseSystemSetting –(Value: 2) Use the operating system setting.