❔ cs0193
Hey i am new to c# and got this error i cant finde a way to fix ist
6 Replies
What do you think that first
*
does?multiply ?
With what?
There's nothing to the left of it
Just another parameter of that method, as the comma would imply
okay i deleated the * so now ther is no convertation possibel
Well, you must ensure the types match
If the method wants an
int
you need to give it an int
Not a bool
or a string
So take a look at the error, and which thing has mismatched typesWas this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.