Argument Text: BC30512: Option Strict On disallows implicit conversions from ‘String’ to ‘Double’. The selected value is incompatible with the property type


please help with the provided images

@Shreyansh_Maurya,

There is a variable in your string which is of Double datatype. Use that variable like this

"Your string" + doubletypecariable.ToString + " remaining string"

@ashokkarale thanks it works

@Shreyansh_Maurya,

Glad to hear :smiling_face:. Kindly close the thread by marking my answer as solution so it will be helpful to other members as well!

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.