Class LogicalExpressionParserOptions
- Namespace
- NCalc
- Assembly
- NCalc.Parser.dll
Options for configuring the LogicalExpressionParser behavior.
public sealed class LogicalExpressionParserOptions
- Inheritance
-
LogicalExpressionParserOptions
- Inherited Members
Properties
AllowCharValues
Parses single-quoted one-character values as char.
public bool AllowCharValues { get; init; }
Property Value
ArgumentSeparator
The argument separator used to separate function arguments. Default is Comma.
public ArgumentSeparator ArgumentSeparator { get; init; }
Property Value
FloatingPointNumberType
Gets the default parsed floating point number type.
public FloatingPointNumberType FloatingPointNumberType { get; init; }
Property Value
IntegerNumberType
Gets the default parsed integer number type.
public IntegerNumberType IntegerNumberType { get; init; }