I have Double value = 65.536584144
When I run The program ( Windows Form app ) ...
It show me the FULL number , Like this ( 65.536584144 )
But I want only two numbers after point , Like this ( 65.53
)
How can I do it ?
There is a Function in C#.Net solve this problem ?