-
I would like to be able to convert a formula between the display name representation:
and the invariant version:
I can get to the invariant version using the |
Beta Was this translation helpful? Give feedback.
Answered by
MikeStall
Mar 18, 2024
Replies: 1 comment
-
There are helpers on the Engine class. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
MarkMpn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are helpers on the Engine class.
See Engine.GetDisplayExpression():
Power-Fx/src/libraries/Microsoft.PowerFx.Core/Public/Engine.cs
Line 506 in bf5c438