Click or drag to resize

ConvertValOpts Enumeration

Options for the ConvertValue command.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum ConvertValOpts
Members
  Member nameValueDescription
SuppressErrs1 Conversion errors should be suppressed. If so specified, unconvertable numeric fields will return zero and an appropriate message devlogged.
InvariantCulture2The value is in the invariant culture.
ForFiltering4The value is being extracted/converted for use in a filter.
ApplyPicklist8 Apply picklist, if any, when converting the display text to its raw value.
See Also