Posts by Marcos Wilian • 13 points
2 posts
-
1
votes0
answers24
viewsQ: Operator => in C#methods
I have the doubts: Utility and operator name in bold below? private double ConverterRadianos(double dblValorAngulo) **=>** (dblValorAngulo * 0.0174532925);
c#asked Marcos Wilian 13 -
0
votes1
answer76
viewsQ: Integrating API in c#
I would like to pass the result of this API to a TextBox. I’m having a hard time getting the information from this class to the graphic part. using System; using System.Collections.Generic; using…
c#asked Marcos Wilian 13