How to convert currency

Yah that’s possible
If the input is like
Str_input = “120”
Then
db_INR = Convert.ToDouble(Str_input)*(70.52)
Where db_INR is a double datatype variable

Cheers @Pradeep_Shiv

1 Like