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.

See Also

Engine.DelocalizeExpression

Engine.GetLocalizedDecimalPoint

Engine.LocalizeExpression

Engine.StationOptions

StationOptions.UseLocalizedDecimalPoint