Which C# data type (decimal, double, etc) should I use in a script task "Get("ProcessParameter")" for decimal process parameters?
Like
2 comments
02:51 Oct 12, 2020
Hi Ricardo
You should use System.decimal C# type.
And it's a C# structure in .NET and .NET Core.
https://docs.microsoft.com/en-us/dotnet/api/system.decimal?view=netcore…
Thank you
Mohamed
12:17 Oct 12, 2020
Hi Ricardo,
Indeed, you can use System decimal C# type as Mohamed mentioned above. However, in case of any difficulties, please try the standard int datatype.
Regards,
Anastasiia
Show all comments