I have created an application in WPF which convert Imperial to Metric
and Metric to Imperial
units. I have data in Inch
unit now this value i want to convert it in Fraction
unit. I have searched but not got any specific formula to implement.
Any idea?
1) Eg: 39.75 Output:100921⁄32mm
Note: Input value is in inch i.e 39.75 inch and out put is in fraction unit.