Posts by Gustavo Laviola • 11 points
2 posts
-
1
votes1
answer268
viewsQ: java Response json out of order
Guys I’m making a java API to be consumed by Excel. I’m making a bank select by bringing the columns in the right order, but when it arrives in Excel it arrives in a half crazy order. I also made a…
-
-1
votes4
answers5878
viewsA: Convert String to Decimal
System.Convert.ToDecimal(stringVal);