CodeHubApp / CodeHub

CodeHub is an iOS application written using Xamarin
http://www.codehub-app.com
22.86k stars 613 forks source link

error CS0029: Cannot implicitly convert type 'string' to 'int' #648

Closed kippenlars closed 4 years ago

kippenlars commented 4 years ago

problem with code plz help. public int height;

height = character.position.y.ToString("0");

garrettw commented 4 years ago

First, it looks like your code is passing a string to a function that expects an int.

Secondly, is this part of CodeHub's source, or something else? This area is only for reporting issues with using or developing CodeHub itself.

msbbk110 commented 4 years ago

Sorry for that I deleted the account from the app Is that best way to silent my profile

Sent from my iPhone

On Dec 30, 2019, at 11:42 AM, Garrett W. notifications@github.com wrote:

 First, it looks like your code is passing a string to a function that expects an int.

Secondly, is this part of CodeHub's source, or something else? This area is only for reporting issues with using or developing CodeHub itself.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.