Class LogicalExpressionParserOptions
Options for configuring the LogicalExpressionParser behavior.
public sealed record LogicalExpressionParserOptions : IEquatable<LogicalExpressionParserOptions>
- Inheritance
-
LogicalExpressionParserOptions
- Implements
- Inherited Members
Constructors
LogicalExpressionParserOptions()
public LogicalExpressionParserOptions()
LogicalExpressionParserOptions(CultureInfo, LogicalExpressionArgumentSeparator)
public LogicalExpressionParserOptions(CultureInfo cultureInfo, LogicalExpressionArgumentSeparator separator)
Parameters
cultureInfoCultureInfoseparatorLogicalExpressionArgumentSeparator
Properties
AllowCharValues
public bool AllowCharValues { get; init; }
Property Value
ArgumentSeparator
The argument separator used to separate function arguments. Default is Comma.
public LogicalExpressionArgumentSeparator ArgumentSeparator { get; init; }
Property Value
CultureInfo
The culture info used for parsing expressions.
public CultureInfo CultureInfo { get; init; }
Property Value
DecimalAsDefault
public bool DecimalAsDefault { get; init; }
Property Value
LongAsDefault
public bool LongAsDefault { get; init; }