Engine.GetInvariantExpression(String, RecordType, CultureInfo) Method
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.
Convert references in an expression to the invariant form.
public string GetInvariantExpression (string expressionText, Microsoft.PowerFx.Types.RecordType parameters, System.Globalization.CultureInfo parseCulture = default);
member this.GetInvariantExpression : string * Microsoft.PowerFx.Types.RecordType * System.Globalization.CultureInfo -> string
Public Function GetInvariantExpression (expressionText As String, parameters As RecordType, Optional parseCulture As CultureInfo = Nothing) As String
- expressionText
- String
textual representation of the formula.
- parameters
- RecordType
Type of parameters for formula. The fields in the parameter record can be acecssed as top-level identifiers in the formula. If DisplayNames are used, make sure to have that mapping as part of the RecordType.
- parseCulture
- CultureInfo
Culture.
The formula, with all identifiers converted to invariant form.
Termék | Verziók |
---|---|
Power Fx SDK | Latest |