codeclash
Results
2
comments of
codeclash
@codeclash For the record: After doing a bit trial, it seems there's no real "one-liner" for that. I wen't down the path of just overriding and swapping (in my `custom.scss`)...
In case this might help: where s is the avro encoded decimal, and you know the original scale - using @manuel-zulian 's method: ``` public static decimal GetDecimalFromBase64String(string s, int...