Hi Everyone,
Displaying floating-point number as a percentage with round percentage using c#.
double ratio = 93712052291.82;
double ratio = 93712052291.82;
I need result 99.05% from ratio as a percentage with round value.

Shakti Singh DulawatPosted Apr 20, 2016, 6:46 AM
Abhilash J APosted Apr 20, 2016, 6:23 AM
How can do?
Shakti Singh DulawatPosted Apr 20, 2016, 5:03 AM
Abhilash J APosted Apr 20, 2016, 4:37 AM
I have input =93712052291.82;
I want output = 99.05%;
Shakti Singh DulawatPosted Apr 20, 2016, 3:54 AM