Open de-odex opened 5 years ago
it is c# string formatter with optional custom "Eval:" directive that allows for simple math.
wiki is currently both outdated and straight missing pages for several SC features.
For next month or so I plan on suspending any sort of new feature additions(besides bugfixes) and focus on wiki and code refactoring.
(wouldn't the Eval: directive allow for code injection? I feel like it's unsafe) disregard, missed the Evaluate function you made just for this more issues with the Eval: directive would be what if I wanted to format the token again after?
wouldn't the Eval: directive allow for code injection? I feel like it's unsafe
it's not https://docs.microsoft.com/en-us/dotnet/api/system.data.datacolumn.expression?view=netframework-4.8
I wanted to format the token again after?
You can't. use output patterns for that.
... with formatting options for each token
edit: ???