C
C#3y ago
UID

❔ cs0193

Hey i am new to c# and got this error i cant finde a way to fix ist
6 Replies
Angius
Angius3y ago
What do you think that first * does?
UID
UIDOP3y ago
multiply ?
Angius
Angius3y ago
With what? There's nothing to the left of it Just another parameter of that method, as the comma would imply
UID
UIDOP3y ago
okay i deleated the * so now ther is no convertation possibel
Angius
Angius3y ago
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 types
Accord
Accord3y ago
Was 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.

Did you find this page helpful?