I have a value of exactly 1.08:43:23
in my textbox, which is equal to 1d, 08:43:23. I wanted to convert the value to decimal for me to multiply it by another decimal value, however when I used Convert.ToDecimal
it returns the error
Input string is not a valid format
Is Convert.ToDecimal
not appropriate for this kind of conversion ? Is there a way to create a decimal value from such input?