I\'ve been trying to use decimal values as params for a field attribute but I get a compiler error.
I found this blog post link saying it wasn\'t possible in .NET to
When I have run into this situation, I ended up exposing the properties on the attribute as a Double, but inside the attribute treated them like Decimal. Far from perfect, but for the simple cases, it just might be what you need.