ParserOptions Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ParserOptions()
public ParserOptions();
Public Sub New ()
Applies to
ParserOptions(CultureInfo, Boolean, Int32)
public ParserOptions(System.Globalization.CultureInfo culture, bool allowsSideEffects = false, int maxExpressionLength = 0);
new Microsoft.PowerFx.ParserOptions : System.Globalization.CultureInfo * bool * int -> Microsoft.PowerFx.ParserOptions
Public Sub New (culture As CultureInfo, Optional allowsSideEffects As Boolean = false, Optional maxExpressionLength As Integer = 0)
Parameters
- culture
- CultureInfo
- allowsSideEffects
- Boolean
- maxExpressionLength
- Int32